Skip to content

Commit 4517596

Browse files
committed
Fix typo on predict_time property type declaration
1 parent ae67411 commit 4517596

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
@@ -47,7 +47,7 @@ declare module 'replicate' {
4747
error?: any;
4848
logs?: string;
4949
metrics?: {
50-
predicti_time?: number;
50+
predict_time?: number;
5151
}
5252
webhook?: string;
5353
webhook_events_filter?: WebhookEventType[];

0 commit comments

Comments
 (0)