Interface WorldTradeOfferGoldRequest

interface WorldTradeOfferGoldRequest {
    amount: number;
}

Properties

Properties

amount: number