UNPKG

@mugan86/openweather-api

Version:
11 lines (10 loc) 175 B
import { Location } from './location.interface'; /** * @ignore */ export interface City { name: string; country: string; location: Location; zip?: string; }