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