Skip to content

Commit 9282944

Browse files
committed
Update type definition
1 parent a6a04be commit 9282944

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
@@ -121,7 +121,7 @@ declare module 'replicate' {
121121
version_id: string,
122122
options: {
123123
destination: `${string}/${string}`;
124-
input: any;
124+
input: object;
125125
webhook?: string;
126126
webhook_events_filter?: WebhookEventType[];
127127
}

0 commit comments

Comments
 (0)