wujingjing
2025-03-03 1075860848d14e3d6d1506b91d9c9039433bf4cc
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>;