Type Alias WeatherState

WeatherState: {
    timestamp: string;
    type: "WEATHER_STATE";
    value: WeatherStateValue;
}

Type declaration