Skip to content

Commit 0f19335

Browse files
feat(collection): add typescript info for full_description field (#361)
1 parent ec80783 commit 0f19335

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
@@ -25,6 +25,7 @@ declare module "replicate" {
2525
name: string;
2626
slug: string;
2727
description: string;
28+
full_description: string | null;
2829
models?: Model[];
2930
}
3031

0 commit comments

Comments
 (0)