Skip to content

Commit fa435c5

Browse files
committed
The endpoint returns a paginated list rather than an array
1 parent ac5caba commit fa435c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ declare module "replicate" {
315315
model_owner: string,
316316
model_name: string,
317317
options?: { signal?: AbortSignal }
318-
): Promise<ModelVersion[]>;
318+
): Promise<Page<ModelVersion>>;
319319
get(
320320
model_owner: string,
321321
model_name: string,

0 commit comments

Comments
 (0)