export type GeneratedEmailType = { subject: string; text: string; html: string; };