Type Alias CreateUpdateLocationResponse

CreateUpdateLocationResponse: {
    id: string;
    companyId: string;
    name: string;
    phone: string;
    email: string;
    address: string;
    city: string;
    state: string;
    domain: string;
    country: string;
    postalCode: string;
    website: string;
    timezone: string;
    settings: LocationSettings;
    social: LocationSocial;
}

Type declaration

  • id: string
  • companyId: string
  • name: string
  • phone: string
  • email: string
  • address: string
  • city: string
  • state: string
  • domain: string
  • country: string
  • postalCode: string
  • website: string
  • timezone: string
  • settings: LocationSettings
  • social: LocationSocial