Skip to content

Commit

Permalink
refactor: add missing constraints (#4431)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Sep 1, 2022
1 parent 9890b03 commit 134226e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/namespace.ts
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 134226e

Please sign in to comment.