Skip to content

Commit bfd6b84

Browse files
committed
fix: add web URL to Training.urls
Per the OpenAPI schema, Training objects include a web URL in their urls object, matching the Prediction interface.
1 parent d702154 commit bfd6b84

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
@@ -145,6 +145,7 @@ declare module "replicate" {
145145
urls: {
146146
get: string;
147147
cancel: string;
148+
web?: string;
148149
};
149150
}
150151

0 commit comments

Comments
 (0)