diff --git a/libs/sdk-js/src/index.ts b/libs/sdk-js/src/index.ts index 00978a121..2c46c6ed8 100644 --- a/libs/sdk-js/src/index.ts +++ b/libs/sdk-js/src/index.ts @@ -27,7 +27,7 @@ export type { } from "./schema.js"; export { overrideFetchImplementation } from "./singletons/fetch.js"; -export type { OnConflictBehavior, Command } from "./types.js"; +export type { OnConflictBehavior, Command, RunsInvokePayload } from "./types.js"; export type { StreamMode } from "./types.stream.js"; export type { ValuesStreamEvent,