Interface MarketEntryDataSet

interface MarketEntryDataSet {
    isowner?: string;
    ispremium?: string;
    itemid: string;
    type: Type;
    wearableitemid: string;
}

Hierarchy (view full)

Properties

isowner?: string
ispremium?: string
itemid: string

ID of this specific entry on the market

type: Type
wearableitemid: string

ID of this item+color combo. Eggs are unique though.