Type Alias MeasureWeatherSlot

MeasureWeatherSlot: {
    slots: {
        "04:00": MeasureWeatherSlotData | null;
        "08:00": MeasureWeatherSlotData | null;
        "12:00": MeasureWeatherSlotData | null;
        "16:00": MeasureWeatherSlotData | null;
        "20:00": MeasureWeatherSlotData | null;
    };
    timeSeriesType: "slots";
    valueType: "weatherCondition";
}

Type declaration