Groups.ts 72 B

1234
  1. export const ChatGroups = {
  2. NOTE_EDITOR: -1,
  3. DEFAULT: 0,
  4. } as const;