import type * as Square from "../index"; /** * Describes a `DeleteInvoice` response. */ export interface DeleteInvoiceResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; }