export interface EmailSchema { template_id: number; template_name: string; subject: string; body: string; }