Type Alias UpdateEmailTemplateDto

UpdateEmailTemplateDto: {
    locationId: string;
    templateId: string;
    updatedBy: string;
    dnd: EmailBuilderJSONMapper;
    html: string;
    editorType: EmailType;
    previewText?: string;
}

Type declaration