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 586cd61 commit 7a19576Copy full SHA for 7a19576
index.d.ts
@@ -56,6 +56,8 @@ declare module 'replicate' {
56
completed_at?: string;
57
}
58
59
+ export type Training = Prediction;
60
+
61
export default class Replicate {
62
constructor(options: {
63
auth: string;
0 commit comments