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

commonMain.eu.codlab.tcgmapper.TranslationHolder.kt Maven / Gradle / Ivy

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