src/models/shared/locations/streetCityCountry.js

Summary

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

const locationStreetCityCountry = {
  street: locationModel.street,
  city: locationModel.city,
  country: locationModel.country,
}

export default locationStreetCityCountry