diff --git a/libs/sdk-js/src/types.ts b/libs/sdk-js/src/types.ts index 45b4cc91f..743f714b3 100644 --- a/libs/sdk-js/src/types.ts +++ b/libs/sdk-js/src/types.ts @@ -42,7 +42,7 @@ export interface Command { goto?: Send | Send[] | string | string[]; } -interface RunsInvokePayload { +export interface RunsInvokePayload { /** * Input to the run. Pass `null` to resume from the current state of the thread. */