index.d.ts 51 B

123
  1. export enum ChatCategoryEnum {
  2. text = '文本',
  3. }