We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500515a commit bb5f1d1Copy full SHA for bb5f1d1
index.d.ts
@@ -284,7 +284,7 @@ declare module "replicate" {
284
}
285
): Promise<Model>;
286
versions: {
287
- list(model_owner: string, model_name: string): Promise<Page<ModelVersion[]>>;
+ list(model_owner: string, model_name: string): Promise<Page<ModelVersion>>;
288
get(
289
model_owner: string,
290
model_name: string,
0 commit comments