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 7832bfc commit 54baeddCopy full SHA for 54baedd
packages/openapi-code-generator/src/typescript/typescript-nextjs/typescript-nextjs.generator.ts
@@ -246,7 +246,7 @@ export class ServerRouterBuilder implements ICompilable {
246
(bodyParamsType === "void" || bodyParamIsRequired
247
? ""
248
: " | undefined")
249
- }>,
+ }, void>,
250
respond: ${titleCase(operation.operationId)}Responder,
251
ctx: {request: NextRequest}
252
) => Promise<KoaRuntimeResponse<unknown>>`,
0 commit comments