address: location & {
    city?: string | null;
    country?: string | null;
    countryCode?: string | null;
    geocodeAccuracy?: string | null;
    postalCode?: string | null;
    state?: string | null;
    stateCode?: string | null;
    street?: string | null;
}

Type declaration

  • Optional city?: string | null
  • Optional country?: string | null
  • Optional countryCode?: string | null
  • Optional geocodeAccuracy?: string | null
  • Optional postalCode?: string | null
  • Optional state?: string | null
  • Optional stateCode?: string | null
  • Optional street?: string | null