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