Type Alias GameCabinetEntry

GameCabinetEntry: {
    gameId: GameId;
    id: string;
    name: string;
}