Skip to content

Commit 6d8ad7a

Browse files
authored
Update index.d.ts
1 parent cf4e94c commit 6d8ad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ declare module "replicate" {
162162
signal?: AbortSignal;
163163
},
164164
progress?: (prediction: Prediction) => void
165-
): Promise<unknown>;
165+
): Promise<object>;
166166

167167
stream(
168168
identifier: `${string}/${string}` | `${string}/${string}:${string}`,

0 commit comments

Comments
 (0)