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 80f1c37 commit e6a83b9Copy full SHA for e6a83b9
index.d.ts
@@ -71,6 +71,7 @@ declare module "replicate" {
71
name: string;
72
description?: string;
73
visibility: "public" | "private";
74
+ is_official: boolean;
75
github_url?: string;
76
paper_url?: string;
77
license_url?: string;
0 commit comments