Base class for TeamSettings data contracts. Anything common goes here.

interface CapacityContractBase {
    _links?: any;
    activities?: Activity[];
    daysOff?: DateRange[];
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

Collection of links relevant to resource

activities?: Activity[]

Collection of capacities associated with the team member

daysOff?: DateRange[]

The days off associated with the team member

url?: string

Full http link to the resource