We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d1f8c commit 29ef039Copy full SHA for 29ef039
apps/webapp/app/v3/taskStatus.ts
@@ -1,4 +1,4 @@
1
-import { TaskRunAttemptStatus, TaskRunStatus } from "@trigger.dev/database";
+import type { TaskRunAttemptStatus, TaskRunStatus } from "@trigger.dev/database";
2
3
export const CANCELLABLE_RUN_STATUSES: TaskRunStatus[] = [
4
"PENDING",
0 commit comments