Package-level declarations
Types
Link copied to clipboard
interface DashboardGame
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
data class GameStatisticsData(val totalGames: Long, val totalPlaytimeHours: BigDecimal, val playedGamesCount: Long, val avgPlaytimeForPlayed: BigDecimal, val statusDistribution: List<DashboardStatusCount>?, val avgStoryRating: BigDecimal?, val avgGameplayRating: BigDecimal?, val avgAtmosphereRating: BigDecimal?, val mostPlayedGames: List<DashboardGameByTime>?, val highestRatedGames: List<DashboardGameByRating>?, val favoriteCategoryName: String?, val favoriteSeriesName: String?)
Link copied to clipboard
Link copied to clipboard