@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_MESSAGE_LOADER: '[CHAT_MESSAGE LOADER] -',
CHAT_MESSAGE_CONTROLLER: '[CHAT_MESSAGE CONTROLLER] -',
CHAT_MESSAGE_RESOLVER: '[CHAT_MESSAGE RESOLVER] -',
};
exports.subscriptions = {
// identifiers
};
//# sourceMappingURL=constants.js.map