interface SettleEvent {
    event: SettlementEvent;
    id: string;
    success: true;
    type: "SETTLE_EVENT";
}

Hierarchy (View Summary)

Properties

Properties

id: string
success: true
type: "SETTLE_EVENT"