Package-level declarations

Types

Link copied to clipboard
@Serializable
data class SavedLibraryItem(val addedAt: String? = null, val item: JsonObject? = null)
Link copied to clipboard
@Serializable
data class UsersSavedLibrary(val href: String? = null, val limit: Int? = null, val next: String? = null, val offset: Int? = null, val previous: String? = null, val total: Int? = null, val items: List<SavedLibraryItem> = emptyList())