import { CityWeather } from '../models/cityWeather'; export interface MultiCityResponse { list: Array; message: string; cod: string; count: number; }