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