export class SendEmail { to: string; subject: string; body: string; html?: string; templateKey?: string; context?: Record; }