import type * as Square from "../index"; export interface DismissTerminalCheckoutResponse { /** Information on errors encountered during the request. */ errors?: Square.Error_[]; /** Current state of the checkout to be dismissed. */ checkout?: Square.TerminalCheckout; }