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 ec80783 commit 0f19335Copy full SHA for 0f19335
index.d.ts
@@ -25,6 +25,7 @@ declare module "replicate" {
25
name: string;
26
slug: string;
27
description: string;
28
+ full_description: string | null;
29
models?: Model[];
30
}
31
0 commit comments