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
}
street string |
|---|
street2 string |
|---|
city string |
|---|
region string |
|---|
The ID of the |
region_code string |
|---|
country string |
|---|
country_id string |
|---|
postcode string |
|---|