Skip to content

Commit

Permalink
refactor: add missing constraints (socketio#4431)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Sep 1, 2022
1 parent ee40408 commit 9443368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ export interface NamespaceReservedEventsMap<
}

export interface ServerReservedEventsMap<
ListenEvents,
EmitEvents,
ServerSideEvents,
ListenEvents extends EventsMap,
EmitEvents extends EventsMap,
ServerSideEvents extends EventsMap,
SocketData
> extends NamespaceReservedEventsMap<
ListenEvents,
Expand Down

0 comments on commit 9443368

Please sign in to comment.