Range capacity entity where each entry has a capacity type and corresponding slots.

Export

RangeCapacity

interface RangeCapacity {
    capacityType?: CapacityType;
    slots?: RangeSlot[];
}

Properties

capacityType?: CapacityType

Memberof

RangeCapacity

slots?: RangeSlot[]

Array of capacity slots in range slot format.

Memberof

RangeCapacity