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

    Interface CS2ItemTranslation

    interface CS2ItemTranslation {
        category?: string;
        collectionDesc?: string;
        collectionName?: string;
        desc?: string;
        name: string;
        tournamentDesc?: string;
    }
    Index

    Properties

    category?: string
    collectionDesc?: string
    collectionName?: string
    desc?: string
    name: string
    tournamentDesc?: string