DocumentationTypesType aliases

Address

amerta


amerta / payload-types / Address

Type Alias: Address

Address = { address: string; apartment: string; building?: string | null; city: string; country: string | Country; firstName: string; floor?: string | null; id?: string | null; isDefaultBilling?: boolean | null; isDefaultShipping?: boolean | null; lastName: string; lat?: number | null; lng?: number | null; phone?: number | null; phoneCountryCode?: string | null; postalCode?: string | null; state?: string | null; street: string; title?: string | null; type?: "2" | "0" | "1" | null; }[] | null

Defined in: payload-types.ts:13

This interface was referenced by Config's JSON-Schema via the definition "Address".