src/models/shared/locations/birthplaceWithoutCounty.js

Summary

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

const locationBirthplaceWithoutCounty = {
  city: locationModel.city,
  state: locationModel.state,
  country: locationModel.country,
}

export default locationBirthplaceWithoutCounty