import type * as Square from "../index"; export interface PayoutSentEventData { /** Name of the affected object’s type, `"payout"`. */ type?: string | null; /** ID of the sent payout. */ id?: string; /** An object containing the sent payout. */ object?: Square.PayoutSentEventObject; }