Skip to content

Commit e6a83b9

Browse files
feat: expose is_official boolean on models (#358)
1 parent 80f1c37 commit e6a83b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ declare module "replicate" {
7171
name: string;
7272
description?: string;
7373
visibility: "public" | "private";
74+
is_official: boolean;
7475
github_url?: string;
7576
paper_url?: string;
7677
license_url?: string;

0 commit comments

Comments
 (0)