Skip to content

Commit

Permalink
fix: add OpenEvent to ListenEvent union
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Jan 8, 2025
1 parent 0cf9bb3 commit 2b4c7c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@ export type ListenEvent<R extends Record<string, Any>> =
| DisconnectEvent
| ReconnectEvent
| WelcomeEvent
| OpenEvent

/** @public */
export type ListenEventName =
Expand Down

0 comments on commit 2b4c7c7

Please sign in to comment.