import type * as Square from "../index"; export interface LocationSettingsUpdatedEventData { /** Name of the updated object’s type, `"online_checkout.location_settings"`. */ type?: string | null; /** ID of the updated location settings. */ id?: string; /** An object containing the updated location settings. */ object?: Square.LocationSettingsUpdatedEventObject; }