Type Alias OutdoorPollensType

OutdoorPollensType: {
    forecast: OutdoorPollensTypeForcast[];
    localizedDescription: string;
    localizedName: string;
    type: OutdoorPollensTypeValue;
}

Type declaration