export interface TemplateRes { name: string; type: number; text: string; createdAt: string; updatedAt: string; }