import type * as Square from "../index"; /** * Describes a `UpdateInvoice` response. */ export interface UpdateInvoiceResponse { /** The updated invoice. */ invoice?: Square.Invoice; /** Information about errors encountered during the request. */ errors?: Square.Error_[]; }