Interface ILocation

interface ILocation {
    city: CityName;
    name: LocationName;
}

Properties

Properties

city: CityName