All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.dev.datlag.kast.VolumeInfo.kt Maven / Gradle / Ivy

The newest version!
package dev.datlag.kast

import kotlinx.serialization.Serializable

@Serializable
data class VolumeInfo(
    val fixed: Boolean,
    val current: Int,
    val max: Int
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy