Skip to content

Commit 580cf71

Browse files
authored
Add started_at attribute to Prediction type definition (#129)
1 parent 5a4683a commit 580cf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ declare module 'replicate' {
5151
webhook?: string;
5252
webhook_events_filter?: WebhookEventType[];
5353
created_at: string;
54-
updated_at: string;
54+
started_at?: string;
5555
completed_at?: string;
5656
urls: {
5757
get: string;

0 commit comments

Comments
 (0)