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