import type * as Square from "../index"; /** * Represents a [CreateInvoiceAttachment](api-endpoint:Invoices-CreateInvoiceAttachment) response. */ export interface CreateInvoiceAttachmentResponse { /** Metadata about the attachment that was added to the invoice. */ attachment?: Square.InvoiceAttachment; /** Information about errors encountered during the request. */ errors?: Square.Error_[]; }