Skip to content

Commit 7a19576

Browse files
committed
Declare type for Training
1 parent 586cd61 commit 7a19576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ declare module 'replicate' {
5656
completed_at?: string;
5757
}
5858

59+
export type Training = Prediction;
60+
5961
export default class Replicate {
6062
constructor(options: {
6163
auth: string;

0 commit comments

Comments
 (0)