interface IPutTemplateRequest {
    fields?: {
        [key: string]: FieldToUpdate;
    };
    templateName?: string;
}

Implemented by

Properties

fields?: {
    [key: string]: FieldToUpdate;
}

The template fields that will be assigned to the entry.

templateName?: string

The template that will be assigned to the entry.