GitHub

DaffAddress

import { DaffAddress } from '@daffodil/geography'

A basic model of an address

interface DaffAddress {
  street: string
  street2: string
  city: string
  region: string
  region_code: string
  country: string
  country_id: string
  postcode: string
}

Properties

street
string
street2
string
city
string
region
string

The ID of the DaffSubdivision.

region_code
string
country
string
country_id
string
postcode
string