Interface: CreateTemplateInput
Defined in: types.ts:131
Input type for creating a new template.
Properties
content
ts
content: string;Defined in: types.ts:135
Body content of the template.
name
ts
name: string;Defined in: types.ts:133
Name of the template.