/**
 * Event Type
 *
 * Type of the transaction event.
 */
export type EventType = "PAYOUT" | "CHARGE_BACK" | "REFUND" | "PAYOUT_DEDUCTION";
//# sourceMappingURL=event-type.d.ts.map