interface CreateTemplateOptions {
    description?: null | string;
    name: string;
}

Properties

Properties

description?: null | string

The description of the template.

name: string

The name of the template.