We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ServerResponse
CompatibilityEvent
1 parent 3ef64d6 commit b285659Copy full SHA for b285659
1 file changed
src/event.ts
@@ -11,7 +11,7 @@ export interface H3Event {
11
params?: Record<string, any>
12
}
13
14
-export type CompatibilityEvent = H3Event | IncomingMessage | ServerResponse
+export type CompatibilityEvent = H3Event | IncomingMessage
15
16
export type _JSONValue<T=string|number|boolean> = T | T[] | Record<string, T>
17
export type JSONValue = _JSONValue<_JSONValue>
0 commit comments