interface WorkItemTypeBehavior {
    behavior?: WorkItemBehaviorReference;
    isDefault?: boolean;
    isLegacyDefault?: boolean;
    url?: string;
}

Properties

isDefault?: boolean
isLegacyDefault?: boolean
url?: string