expose interupt type

This commit is contained in:
bracesproul
2024-11-26 11:28:50 -08:00
parent 58b99c899e
commit 376c58ff3b
+1
View File
@@ -15,6 +15,7 @@ export type {
ThreadStatus,
Cron,
Checkpoint,
Interrupt,
} from "./schema.js";
export type { OnConflictBehavior, Command } from "./types.js";