Modify type

This commit is contained in:
jacoblee93
2024-12-30 10:22:06 -08:00
parent 9a9fe2fdec
commit c5023ba147
+1 -1
View File
@@ -32,7 +32,7 @@ export interface Command {
/**
* An object to update the thread state with.
*/
update?: Record<string, unknown> | Record<string, unknown>[];
update?: Record<string, unknown> | [string, unknown][];
/**
* The value to return from an `interrupt` function call.