panel 2 courrier

This commit is contained in:
alma 2025-04-25 09:38:23 +02:00
parent 96d6d50e50
commit 02ef73b417

View File

@ -52,6 +52,7 @@ export interface Email {
read: boolean;
starred: boolean;
attachments?: { name: string; url: string }[];
folder: string;
}
interface Attachment {