From b908e96541645e31ac749d3327e7142ecc09da03 Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Mon, 2 Jun 2025 17:27:33 -0700 Subject: [PATCH] need to export it here too --- libs/sdk-js/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,