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

    Type Alias OwnedGames

    type OwnedGames = {
        response: { game_count: number; games: OwnedGame[] };
    }
    Index

    Properties

    Properties

    response: { game_count: number; games: OwnedGame[] }