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 6c0a5c8 commit 68919a5Copy full SHA for 68919a5
README.md
@@ -1219,7 +1219,7 @@ const response = await replicate.request(route, parameters);
1219
| `options.params` | `object` | URL query parameters for the given route. |
1220
| `options.method` | `string` | HTTP method for the given route. |
1221
| `options.headers` | `object` | Additional HTTP headers for the given route. |
1222
-| `options.data` | `object | FormData` | Request body. |
+| `options.data` | `object \| FormData` | Request body. |
1223
| `options.signal` | `AbortSignal` | Optional `AbortSignal`. |
1224
1225
The `replicate.request()` method is used by the other methods
0 commit comments