Interface Warehouse

Warehouse for a division in a city

interface Warehouse {
    city: CityName;
    level: number;
    size: number;
    sizeUsed: number;
    smartSupplyEnabled: boolean;
}

Properties

city: CityName

City in which the warehouse is located

level: number

Amount of size upgrade bought

size: number

Total space in the warehouse

sizeUsed: number

Used space in the warehouse

smartSupplyEnabled: boolean

Smart Supply status in the warehouse