import type * as Square from "../index"; export interface LocationSettingsUpdatedEventObject { /** The updated location settings. */ locationSettings?: Square.CheckoutLocationSettings; }