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

    Type Alias RecentlyPlayedGames

    type RecentlyPlayedGames = {
        response: { games: Game[]; total_count: number };
    }
    Index

    Properties

    Properties

    response: { games: Game[]; total_count: number }