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 5a4683a commit 580cf71Copy full SHA for 580cf71
index.d.ts
@@ -51,7 +51,7 @@ declare module 'replicate' {
51
webhook?: string;
52
webhook_events_filter?: WebhookEventType[];
53
created_at: string;
54
- updated_at: string;
+ started_at?: string;
55
completed_at?: string;
56
urls: {
57
get: string;
0 commit comments