wujingjing
2024-11-06 768a63bdae68f9440d4b7f5768c3ea7f9308f2ab
src/components/chat/chatComponents/common.ts
@@ -55,6 +55,9 @@
   originData: {
      type: Object as PropType<any>,
   },
   conclusion:{
      type:Array as PropType<Array<any>>
   }
} as const);
export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>;