Interface WorldBankWithdrawGoldRequest

interface WorldBankWithdrawGoldRequest {
    amount: number;
}

Properties

Properties

amount: number