UNPKG

trender-client

Version:
14 lines (13 loc) 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebSocketRoutes = void 0; exports.WebSocketRoutes = { CONNECT: 0, CHECK_CONNECTION: 1, SEND_MESSAGE: 2, READ_MESSAGE: 3, START_TYPING: 4, STOP_TYPING: 5, RECEIVE_NOTIFICATION: 6 }; exports.default = exports.WebSocketRoutes;