import type * as Square from "../index"; /** * Represents an individual delete response in a [BulkDeleteMerchantCustomAttributes](api-endpoint:MerchantCustomAttributes-BulkDeleteMerchantCustomAttributes) * request. */ export interface BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse { /** Errors that occurred while processing the individual MerchantCustomAttributeDeleteRequest request */ errors?: Square.Error_[]; }