Type alias OwnedGames

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

Type declaration

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

Generated using TypeDoc