Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Genre(val id: GenreType, val weight: Int, val composerTop: Boolean, val title: String, val titles: <Error class: unknown class><String, Title>, val images: Images, val showInMenu: Boolean, val showInRegions: List<Int>? = null, val fullTitle: String? = null, val urlPart: String? = null, val color: String? = null, val radioIcon: Icon? = null, val subGenres: List<Genre>? = null, val hideInRegions: List<Int>? = null)
Link copied to clipboard
@Serializable
data class Images(val 208x208: String? = null, val 300x300: String? = null)
Link copied to clipboard
@Serializable
data class Title(val title: String, val fullTitle: String? = null)