Skip to content

Commit 72a6331

Browse files
fix: rename Query to Querystring
1 parent 30d422b commit 72a6331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ${await compile(
7676
${await generateReplyInterfaces(options.prefix, schema.response)}
7777
7878
type ${options.prefix}Handler = RouteHandler<{
79-
Query: ${options.prefix}Query;
79+
Querystring: ${options.prefix}Query;
8080
Body: ${options.prefix}Body;
8181
Params: ${options.prefix}Params;
8282
Headers: ${options.prefix}Headers;

0 commit comments

Comments
 (0)