![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.eu.codlab.tcgmapper.TranslationHolder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tcg-mapper-jvm Show documentation
Show all versions of tcg-mapper-jvm Show documentation
Kotlin Multiplatform TCG Mapper
The newest version!
package eu.codlab.tcgmapper
import kotlinx.serialization.Serializable
@Serializable
data class TranslationHolder(
val en: String,
val fr: String? = null,
val de: String? = null,
val it: String? = null,
val es: String? = null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy