Interface WorldBankDepositGoldUpdate

interface WorldBankDepositGoldUpdate {
    amount: number;
}

Properties

Properties

amount: number