Type alias RecentlyPlayedGames

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

Type declaration

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

Generated using TypeDoc