@ianlucas/cs2-lib
    Preparing search index...

    Interface CS2Item

    interface CS2Item {
        altName?: string;
        base?: boolean;
        baseId?: number;
        category?: string;
        collection?: string;
        containerType?: CS2ContainerTypeValues;
        contents?: number[];
        def?: number;
        free?: boolean;
        glb?: boolean;
        id: number;
        image?: string;
        index?: number;
        keys?: number[];
        legacy?: boolean;
        model?: string;
        rarity?: CS2RarityColorValues;
        specials?: number[];
        specialsImage?: boolean;
        statTrakless?: boolean;
        statTrakOnly?: boolean;
        teams?: CS2ItemTeamValues;
        texture?: boolean;
        tint?: number;
        type: CS2ItemTypeValues;
        voFallback?: boolean;
        voFemale?: boolean;
        voPrefix?: string;
        wearMax?: number;
        wearMin?: number;
    }
    Index

    Properties

    altName?: string
    base?: boolean
    baseId?: number
    category?: string
    collection?: string
    containerType?: CS2ContainerTypeValues
    contents?: number[]
    def?: number
    free?: boolean
    glb?: boolean
    id: number
    image?: string
    index?: number
    keys?: number[]
    legacy?: boolean
    model?: string
    specials?: number[]
    specialsImage?: boolean
    statTrakless?: boolean
    statTrakOnly?: boolean
    texture?: boolean
    tint?: number
    voFallback?: boolean
    voFemale?: boolean
    voPrefix?: string
    wearMax?: number
    wearMin?: number