Interface WorldBankWithdrawGoldUpdate

interface WorldBankWithdrawGoldUpdate {
    amount: number;
}

Properties

Properties

amount: number