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 f8ab2e8 commit 7825a43Copy full SHA for 7825a43
index.d.ts
@@ -1,5 +1,5 @@
1
declare module "replicate" {
2
- type Status = "starting" | "processing" | "succeeded" | "failed" | "canceled";
+ type Status = "starting" | "processing" | "succeeded" | "failed" | "canceled" | "aborted";
3
type Visibility = "public" | "private";
4
type WebhookEventType = "start" | "output" | "logs" | "completed";
5
0 commit comments