interface WorkItemTypeModel {
    behaviors?: WorkItemTypeBehavior[];
    class?: WorkItemTypeClass;
    color?: string;
    description?: string;
    icon?: string;
    id?: string;
    inherits?: string;
    isDisabled?: boolean;
    layout?: FormLayout;
    name?: string;
    states?: WorkItemStateResultModel[];
    url?: string;
}

Properties

behaviors?: WorkItemTypeBehavior[]
color?: string
description?: string
icon?: string
id?: string
inherits?: string

Parent WIT Id/Internal ReferenceName that it inherits from

isDisabled?: boolean
layout?: FormLayout
name?: string
url?: string