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>;