Skip to content

Commit

Permalink
Updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Nov 13, 2021
1 parent ba261d7 commit f14d54f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/types/Server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,10 @@ export enum ServerAction {
WS_JSON_CONNECTION_OPENED = 'WSJsonConnectionOpened',
WS_JSON_CONNECTION_CLOSED = 'WSJsonConnectionClosed',
WS_JSON_CONNECTION_ERROR = 'WSJsonConnectionError',
WS_JSON_CONNECTION_PINGED = 'WSJsonConnectionPinged',
WS_JSON_CONNECTION_PONGED = 'WSJsonConnectionPonged',

WS_REST_CONNECTION_OPENED = 'WSRestServerConnectionOpened',
WS_REST_CONNECTION_CLOSED = 'WSRestServerConnectionClosed',
WS_REST_CONNECTION_ERROR = 'WSRestServerConnectionError',
WS_REST_CONNECTION_OPENED = 'WSRestConnectionOpened',
WS_REST_CONNECTION_CLOSED = 'WSRestConnectionClosed',
WS_REST_CONNECTION_ERROR = 'WSRestConnectionError',

WS_REST_CLIENT_ERROR_RESPONSE = 'WSRestClientErrorResponse',
WS_REST_CLIENT_MESSAGE = 'WSRestClientMessage',
Expand Down

0 comments on commit f14d54f

Please sign in to comment.