From 515ad8d7a6f678e2aec342e16dddc439bc845ef0 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Mon, 10 Feb 2025 17:30:19 -0800 Subject: [PATCH] fix(sdk-js): Export types --- libs/sdk-js/src/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/sdk-js/src/index.ts b/libs/sdk-js/src/index.ts index 823476249..6474f8f69 100644 --- a/libs/sdk-js/src/index.ts +++ b/libs/sdk-js/src/index.ts @@ -16,6 +16,12 @@ export type { Cron, Checkpoint, Interrupt, + ListNamespaceResponse, + Item, + SearchItem, + SearchItemsResponse, + CronCreateResponse, + CronCreateForThreadResponse, } from "./schema.js"; export { overrideFetchImplementation } from "./singletons/fetch.js";