import type * as Square from "../index"; export interface CancelTerminalCheckoutResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; /** The canceled `TerminalCheckout`. */ checkout?: Square.TerminalCheckout; }