Skip to content

Commit 8c51545

Browse files
authored
Update TypeScript type definition to make wait options optional (#155)
1 parent 85b0b9d commit 8c51545

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
@@ -110,7 +110,7 @@ declare module 'replicate' {
110110

111111
wait(
112112
prediction: Prediction,
113-
options: {
113+
options?: {
114114
interval?: number;
115115
},
116116
stop?: (prediction: Prediction) => Promise<boolean>

0 commit comments

Comments
 (0)