export interface EmailGroup { id?: string | null; name?: string | null; }