Interface CallbackDonutMoneyWithdraw

interface CallbackDonutMoneyWithdraw {
    amount: number;
    amount_without_fee: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

amount: number
amount_without_fee: number

Generated using TypeDoc