interface WorkItemTypeFieldModel {
    allowGroups: boolean;
    defaultValue?: string;
    name?: string;
    pickList?: PickListMetadataModel;
    readOnly?: boolean;
    referenceName?: string;
    required?: boolean;
    type?: FieldType;
    url?: string;
}

Properties

allowGroups: boolean
defaultValue?: string
name?: string
readOnly?: boolean
referenceName?: string
required?: boolean
type?: FieldType
url?: string