export checkpoint type from js-sdk (#1973)

This commit is contained in:
Isaac Francisco
2024-10-02 18:47:34 -07:00
committed by GitHub
parent c74aba8cc5
commit c39e08ec8e
+1
View File
@@ -12,6 +12,7 @@ export type {
Thread,
ThreadState,
Cron,
Checkpoint,
} from "./schema.js";
export type { OnConflictBehavior } from "./types.js";