vn-verdnaturachat/app/definitions/ERoomType.ts

8 lines
103 B
TypeScript

export enum ERoomType {
p = 'group',
c = 'channel',
d = 'direct',
t = 'team',
l = 'omnichannel'
}