i want this exported

This commit is contained in:
Arjun Natarajan
2025-06-02 17:26:20 -07:00
parent a75e40192f
commit 70dc0323c1
+1 -1
View File
@@ -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.
*/