Skip to content

Commit a6a04be

Browse files
committed
Specify string format for destination parameter
1 parent 4783994 commit a6a04be

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
@@ -120,7 +120,7 @@ declare module 'replicate' {
120120
model_name: string,
121121
version_id: string,
122122
options: {
123-
destination: string;
123+
destination: `${string}/${string}`;
124124
input: any;
125125
webhook?: string;
126126
webhook_events_filter?: WebhookEventType[];

0 commit comments

Comments
 (0)