interface Settle {
    id: string;
    params?: SettleParams;
    type: "SETTLE";
}

Hierarchy (View Summary)

Properties

Properties

id: string
params?: SettleParams
type: "SETTLE"