Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
fix: Add connectionEstablished type to the events list
Browse files Browse the repository at this point in the history
  • Loading branch information
rmevans9 committed Sep 12, 2019
1 parent 86ce7ab commit 156b430
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ export type ServerEvent =
*/
| "connect"

/**
* A client has connected and provided us the initial detail we want.
*/
| "connectionEstablished"

/**
* A client has disconnected.
*/
Expand Down

0 comments on commit 156b430

Please sign in to comment.