We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca5bbf commit 45e1ab2Copy full SHA for 45e1ab2
2 files changed
packages/event-handler/src/types/http.ts
@@ -32,7 +32,7 @@ type ReqSchema = {
32
body?: unknown;
33
headers?: Record<string, string>;
34
path?: Record<string, string>;
35
- query?: Record<string, string>;
+ query?: Record<string, unknown>;
36
};
37
38
/**
packages/event-handler/src/types/index.ts
@@ -46,4 +46,5 @@ export type {
46
RequestContext,
47
RouteHandler,
48
TracerOptions,
49
+ TypedRequestContext,
50
} from './http.js';
0 commit comments