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 93802e0 commit 052d257Copy full SHA for 052d257
src/templates/core/nextjs/sendRequest.hbs
@@ -1,6 +1,6 @@
1
export const sendRequest = async (
2
config: OpenAPIConfig,
3
- options: ApiRequestOptions,
+ options: ApiRequestOptions<ClientOptions>,
4
url: string,
5
body: any,
6
formData: FormData | undefined,
0 commit comments