Capacity and teams for all teams in an iteration

interface IterationCapacity {
    teams?: TeamCapacityTotals[];
    totalIterationCapacityPerDay?: number;
    totalIterationDaysOff?: number;
}

Properties

totalIterationCapacityPerDay?: number
totalIterationDaysOff?: number