Skip to content

Commit bb5f1d1

Browse files
authored
Fix array type
1 parent 500515a commit bb5f1d1

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
@@ -284,7 +284,7 @@ declare module "replicate" {
284284
}
285285
): Promise<Model>;
286286
versions: {
287-
list(model_owner: string, model_name: string): Promise<Page<ModelVersion[]>>;
287+
list(model_owner: string, model_name: string): Promise<Page<ModelVersion>>;
288288
get(
289289
model_owner: string,
290290
model_name: string,

0 commit comments

Comments
 (0)