ChatType.ts 76 B

12345
  1. const ChatType = {
  2. FRIEND: "0",
  3. GROUP: "1",
  4. };
  5. export default ChatType;