feat: multi-destinataires email par societe

This commit is contained in:
Claude
2026-05-06 17:03:53 +02:00
parent fa32f92f22
commit 536f0cd9d9
6 changed files with 135 additions and 51 deletions
+1
View File
@@ -10,6 +10,7 @@ export interface Company {
id: number;
name: string;
email: string;
extra_emails: string[];
is_active: boolean;
created_at: string;
}