@wfcd/profile-parser
    Preparing search index...

    Interface RawLoadOutItem

    interface RawLoadOutItem {
        attcol?: RawColors;
        Configs: RawItemConfig[];
        CustomizationSlotPurchases?: number;
        Features: number;
        FocusLens?: string;
        InfestationDate?: WorldStateDate;
        ItemId: { $oid: string };
        ItemName?: string;
        ItemType: string;
        Polarity?: RawPolarity[];
        Polarized?: number;
        pricol?: RawColors;
        sigcol?: RawColors;
        syancol?: RawColors;
        ugly?: boolean;
        UpgradeFingerprint?: unknown;
        UpgradeType?: string;
        UpgradeVer: number;
        XP?: number;
    }
    Index

    Properties

    attcol?: RawColors
    Configs: RawItemConfig[]
    CustomizationSlotPurchases?: number
    Features: number
    FocusLens?: string
    InfestationDate?: WorldStateDate
    ItemId: { $oid: string }
    ItemName?: string
    ItemType: string
    Polarity?: RawPolarity[]
    Polarized?: number
    pricol?: RawColors
    sigcol?: RawColors
    syancol?: RawColors
    ugly?: boolean
    UpgradeFingerprint?: unknown
    UpgradeType?: string
    UpgradeVer: number
    XP?: number