export interface ContactDTO { targetId?: number; identifier?: string; subject: string; body: string; fromEmail: string; }