import type * as Square from "../index"; export interface RetrieveMerchantSettingsResponse { /** Any errors that occurred during the request. */ errors?: Square.Error_[]; /** The merchant settings. */ merchantSettings?: Square.CheckoutMerchantSettings; }