interface Template {
    content: string;
    createdDate: Date;
    format: "mailgun";
    name: string;
    type: TemplateType;
}

Properties

content: string
createdDate: Date
format: "mailgun"
name: string
type: TemplateType