We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f1bf3 commit af9d6e2Copy full SHA for af9d6e2
README.md
@@ -123,7 +123,7 @@ import Replicate, { type Prediction } from 'replicate';
123
Here's an example that uses the `Prediction` type with a custom `onProgress` callback:
124
125
```ts
126
-import Replicate, { Prediction } from 'replicate';
+import Replicate, { type Prediction } from 'replicate';
127
128
const replicate = new Replicate();
129
const model = "black-forest-labs/flux-schnell";
0 commit comments