wujingjing
2025-02-20 68df4582c1edaf1952e6c21d769981e348fb3d04
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>;