Reference to a work item type.

interface WorkItemTypeReference {
    name?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

name?: string

Name of the work item type.

url?: string

REST URL for the resource.