interface WorkItemTypeUpdateModel {
    color?: string;
    description?: string;
    icon?: string;
    isDisabled?: boolean;
}

Properties

color?: string

Color of the work item type

description?: string

Description of the work item type

icon?: string

Icon of the work item type

isDisabled?: boolean

Is the workitem type to be disabled