my-chat-room/libs/api-interfaces/src/lib/constants.ts

2 lines
103 B
TypeScript
Raw Normal View History

2020-10-09 16:21:21 +00:00
export const MESSAGE_TO_SERVER = 'messageToServer';
export const MESSAGE_TO_CLIENT = 'messageToClient';