diff --git a/libs/sdk-js/src/types.ts b/libs/sdk-js/src/types.ts index 643128e83..6945e9eba 100644 --- a/libs/sdk-js/src/types.ts +++ b/libs/sdk-js/src/types.ts @@ -26,7 +26,7 @@ export interface Command { /** * An object to update the thread state with. */ - update?: Record | [string, unknown][]; + update?: Record | [string, unknown][] | null; /** * The value to return from an `interrupt` function call.