Interface CallbackDonutMoneyWithdrawError

interface CallbackDonutMoneyWithdrawError {
    reason: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

reason: string

Generated using TypeDoc