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