Skip to content

spatial-monorepo


spatial-monorepo / imdf/src / AddressProps

Interface: AddressProps

Defined in: packages/imdf/src/types.ts:264

Extends

  • Record`<string, unknown>`

Indexable

[key: string]: unknown

Properties

address

address: string

Defined in: packages/imdf/src/types.ts:265


country

country: string

Defined in: packages/imdf/src/types.ts:269


locality

locality: string

Defined in: packages/imdf/src/types.ts:267


postal_code

postal_code: string | null

Defined in: packages/imdf/src/types.ts:270


postal_code_suffix

postal_code_suffix: string | null

Defined in: packages/imdf/src/types.ts:271


postal_code_vanity

postal_code_vanity: string | null

Defined in: packages/imdf/src/types.ts:272


province

province: string | null

Defined in: packages/imdf/src/types.ts:268


unit

unit: string | null

Defined in: packages/imdf/src/types.ts:266

Released under commercial licensing.