From 70dc0323c1253b7965b420bed6394a088440ba2c Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Mon, 2 Jun 2025 17:26:20 -0700 Subject: [PATCH] i want this exported --- 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 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. */