wujingjing
2025-01-15 0647fd26414fc8a3ab077d355f50da6e3e36ad63
src/components/chat/chatComponents/common.ts
@@ -61,6 +61,12 @@
   isTalking: {
      type: Boolean,
   },
   reportIndex: {
      type: Number,
   },
   historyId: {
      type: String,
   },
} as const);
export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>;