export interface SingleEmailData { from: { email: string }; to: { email: string }[]; template_uuid: string; template_variables?: Record; isBatch: false; }