interface WeatherPoolEntry {
    weatherType: WeatherType;
    weight: number;
}

Properties

Properties

weatherType: WeatherType
weight: number