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

app.softwork.kotlin.actions.Output.kt Maven / Gradle / Ivy

package app.softwork.kotlin.actions

import kotlinx.serialization.Serializable

@Serializable
public data class Output(
    val description: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy