We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d422b commit 72a6331Copy full SHA for 72a6331
src/index.ts
@@ -76,7 +76,7 @@ ${await compile(
76
${await generateReplyInterfaces(options.prefix, schema.response)}
77
78
type ${options.prefix}Handler = RouteHandler<{
79
- Query: ${options.prefix}Query;
+ Querystring: ${options.prefix}Query;
80
Body: ${options.prefix}Body;
81
Params: ${options.prefix}Params;
82
Headers: ${options.prefix}Headers;
0 commit comments