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