Describes a work item type template.

interface WorkItemTypeTemplate {
    template?: string;
}

Properties

Properties

template?: string

XML template in string format.