Reference to a work item icon.

interface WorkItemIcon {
    id?: string;
    url?: string;
}

Properties

Properties

id?: string

The identifier of the icon.

url?: string

The REST URL of the resource.