trender-client
Version:
Official Trender client API
14 lines (13 loc) • 337 B
JavaScript
;
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;