Base class for WIT REST resources.

interface WorkItemTrackingResource {
    _links?: any;
    url?: string;
}

Hierarchy (View Summary)

Properties

Properties

_links?: any

Link references to related REST resources.

url?: string

REST URL for the resource.