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