Steam WebAPI Docs - v1.2.2
    Preparing search index...

    Type Alias GlobalStatsForGame

    type GlobalStatsForGame = {
        response: {
            globalstats: { [key: string]: { total: number } }[];
            result: number;
        };
    }
    Index

    Properties

    Properties

    response: {
        globalstats: { [key: string]: { total: number } }[];
        result: number;
    }