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 ad14983 commit 6ce87f1Copy full SHA for 6ce87f1
packages/trigger-sdk/src/status.ts
@@ -1,7 +1,6 @@
1
-import { DisplayProperty, StatusUpdate } from "@trigger.dev/core/schemas";
+import { DisplayProperty, StatusUpdate } from "@trigger.dev/core";
2
import { IntegrationTaskKey } from "./integrations";
3
import { IO } from "./io";
4
-import { TriggerClient } from "./triggerClient";
5
6
export class TriggerStatus {
7
constructor(
0 commit comments