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

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

There is a newer version: 0.2.1
Show newest version
package dev.datlag.kast

import kotlinx.serialization.Serializable

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy