import type * as Square from "../index"; export interface RetrieveLocationSettingsResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The location settings. */ locationSettings?: Square.CheckoutLocationSettings; }