Interface: TemplateDto
Email template
export
interface
TemplateDto
Table of contents
Properties
Properties
content
• content: string
Content of the template
memberof
TemplateDto
createdAt
• createdAt: Date
Created at time
memberof
TemplateDto
id
• id: string
ID of template
memberof
TemplateDto
name
• name: string
Template name
memberof
TemplateDto
variables
• variables: TemplateVariable
[]
Variables available in template that can be replaced with values
memberof
TemplateDto