@coko/server
Version:
Reusable server for use by Coko's projects
12 lines • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.subscriptions = exports.labels = void 0;
exports.labels = {
CHAT_CHANNEL_LOADER: '[CHAT_CHANNEL LOADER] -',
CHAT_CHANNEL_CONTROLLER: '[CHAT_CHANNEL CONTROLLER] -',
CHAT_CHANNEL_RESOLVER: '[CHAT_CHANNEL RESOLVER] -',
};
exports.subscriptions = {
// identifiers
};
//# sourceMappingURL=constants.js.map