fix build

This commit is contained in:
hamid zarghami
2025-10-23 11:13:53 +03:30
parent 58f054ccfa
commit c76d9c788b
2 changed files with 17 additions and 3 deletions
+8
View File
@@ -258,6 +258,14 @@ export interface MessageDetail {
address: string;
name: string;
}>;
cc?: Array<{
address: string;
name: string;
}>;
bcc?: Array<{
address: string;
name: string;
}>;
subject: string;
messageId: string;
date: string;