Represents the work item type relation type.

interface WorkItemRelationType {
    _links?: any;
    attributes?: { [key: string]: any };
    name?: string;
    referenceName?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

Link references to related REST resources.

attributes?: { [key: string]: any }

The collection of relation type attributes.

name?: string

The name.

referenceName?: string

The reference name.

url?: string

REST URL for the resource.