wujingjing
2025-01-17 fca23e806bb6d4d7c6bdc4b318d8ea559ae1d391
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>;