Interface WorldBankDepositGoldRequest

interface WorldBankDepositGoldRequest {
    amount: number;
}

Properties

Properties

amount: number