src/models/shared/locations/cityCountry.js

Summary

Maintainability
A
0 mins
Test Coverage
import locationModel from '../location'

const locationCityCountry = {
  city: locationModel.city,
  country: locationModel.country,
}

export default locationCityCountry