interface MultiCityResponse {
    cod: string;
    count: number;
    list: CityWeather[];
    message: string;
}

Properties

Properties

cod: string
count: number
list: CityWeather[]
message: string

Generated using TypeDoc