Interface WorldShopBuyItemRequest

interface WorldShopBuyItemRequest {
    itemID: string;
}

Properties

Properties

itemID: string