wujingjing
2025-04-02 f07405d8787e8bbd43453c81ec4f599dc34153b9
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>;