DaffAddress
A basic model of an address
import { DaffAddress } from '@daffodil/geography'
interface DaffAddress {
street: string
street2: string
city: string
region: DaffSubdivision['id']
region_code: DaffSubdivision['iso_3166_2']
country: ID
country_id: ID
postcode: string
}
Properties
Name | Type | Description |
---|---|---|
street | string | |
street2 | string | |
city | string | |
region | DaffSubdivision['id'] | The ID of the |
region_code | DaffSubdivision['iso_3166_2'] | |
country | ID | |
country_id | ID | |
postcode | string |