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