src/components/chat/chatComponents/common.ts
@@ -47,6 +47,9 @@ export const chatComProps = buildProps({ data: { type: Object as PropType<any>, } }, originData: { type: Object as PropType<any>, }, } as const); export type ChatComPropsType = ExtractPropTypes<typeof chatComProps>;