import type * as Square from "../index"; export interface TerminalRefundCreatedEventObject { /** The created terminal refund. */ refund?: Square.TerminalRefund; }