From 376c58ff3b48abdafa5a68195264f8b68687af0c Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 26 Nov 2024 11:28:50 -0800 Subject: [PATCH] expose interupt type --- 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 f86406100..764abbc67 100644 --- a/libs/sdk-js/src/index.ts +++ b/libs/sdk-js/src/index.ts @@ -15,6 +15,7 @@ export type { ThreadStatus, Cron, Checkpoint, + Interrupt, } from "./schema.js"; export type { OnConflictBehavior, Command } from "./types.js";