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