From c5023ba147d9d2ec91762b8db95f4716e68dc912 Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Mon, 30 Dec 2024 10:22:06 -0800 Subject: [PATCH] Modify type --- libs/sdk-js/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sdk-js/src/types.ts b/libs/sdk-js/src/types.ts index 5afd3123a..116a1d244 100644 --- a/libs/sdk-js/src/types.ts +++ b/libs/sdk-js/src/types.ts @@ -32,7 +32,7 @@ export interface Command { /** * An object to update the thread state with. */ - update?: Record | Record[]; + update?: Record | [string, unknown][]; /** * The value to return from an `interrupt` function call.