Interface TemplateDto

Email template

Export

Interface

TemplateDto

Hierarchy

  • TemplateDto

Properties

content: string

Content of the template

Memberof

TemplateDto

createdAt: Date

Created at time

Memberof

TemplateDto

id: string

ID of template

Memberof

TemplateDto

name: string

Template name

Memberof

TemplateDto

variables: TemplateVariable[]

Variables available in template that can be replaced with values

Memberof

TemplateDto