Hierarchy

  • DeliveryLocation

Properties

Properties

_id: string
address: { addressLine: string; addressLine2?: string; city: string; countryCode: string; postalCode: string }

Type declaration

  • addressLine: string
  • Optional addressLine2?: string
  • city: string
  • countryCode: string
  • postalCode: string
geoPoint: { latitude: number; longitude: number }

Type declaration

  • latitude: number
  • longitude: number
name: string