Interface WorldShopSellItemRequest

interface WorldShopSellItemRequest {
    itemInstanceID: string;
}

Properties

Properties

itemInstanceID: string