From c39e08ec8edb592398ed4dfd7729d8387f8b8f0f Mon Sep 17 00:00:00 2001 From: Isaac Francisco <78627776+isahers1@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:47:34 -0700 Subject: [PATCH] export checkpoint type from js-sdk (#1973) --- libs/sdk-js/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/sdk-js/src/index.ts b/libs/sdk-js/src/index.ts index 1f7e7948a..3db0e5869 100644 --- a/libs/sdk-js/src/index.ts +++ b/libs/sdk-js/src/index.ts @@ -12,6 +12,7 @@ export type { Thread, ThreadState, Cron, + Checkpoint, } from "./schema.js"; export type { OnConflictBehavior } from "./types.js";