import type * as Square from "../index"; export interface TerminalRefundUpdatedEventData { /** Name of the updated object’s type, `"refund"`. */ type?: string | null; /** ID of the updated terminal refund. */ id?: string; /** An object containing the updated terminal refund. */ object?: Square.TerminalRefundUpdatedEventObject; }