import type * as Square from "../index"; export interface CancelTerminalRefundResponse { /** Information about errors encountered during the request. */ errors?: Square.Error_[]; /** The updated `TerminalRefund`. */ refund?: Square.TerminalRefund; }