ShopperContextGeoLocation: {
    city?: string;
    country?: string;
    countryCode?: string;
    latitude?: number;
    longitude?: number;
    metroCode?: string;
    postalCode?: string;
    region?: string;
    regionCode?: string;
} & {
    [key: string]: any;
}

Type declaration

  • Optional city?: string
  • Optional country?: string
  • Optional countryCode?: string
  • Optional latitude?: number
  • Optional longitude?: number
  • Optional metroCode?: string
  • Optional postalCode?: string
  • Optional region?: string
  • Optional regionCode?: string

Type declaration

  • [key: string]: any