import type * as Square from "../index"; /** * Represents a [DeleteInvoiceAttachment](api-endpoint:Invoices-DeleteInvoiceAttachment) response. */ export interface DeleteInvoiceAttachmentResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; }