diff --git a/packages/system/src/types/handles.ts b/packages/system/src/types/handles.ts index f9828dd5..9cf2a1dd 100644 --- a/packages/system/src/types/handles.ts +++ b/packages/system/src/types/handles.ts @@ -36,5 +36,5 @@ export type HandleProps = { /** Id of the handle * @remarks optional if there is only one handle of this type */ - id?: string; + id?: string | null; };