Skip to content

Commit b285659

Browse files
committed
fix: remove ServerResponse from CompatibilityEvent possibilities
1 parent 3ef64d6 commit b285659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface H3Event {
1111
params?: Record<string, any>
1212
}
1313

14-
export type CompatibilityEvent = H3Event | IncomingMessage | ServerResponse
14+
export type CompatibilityEvent = H3Event | IncomingMessage
1515

1616
export type _JSONValue<T=string|number|boolean> = T | T[] | Record<string, T>
1717
export type JSONValue = _JSONValue<_JSONValue>

0 commit comments

Comments
 (0)