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

Implemented by

Properties

fields?: { [key: string]: LfRepositoryClientV1.FieldToUpdate }

The template fields that will be assigned to the entry.

templateName?: string

The template that will be assigned to the entry.