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

xyz.shoaky.sourcedownloader.sdk.PatternVarsDescription.kt Maven / Gradle / Ivy

The newest version!
package xyz.shoaky.sourcedownloader.sdk

import xyz.shoaky.sourcedownloader.sdk.component.ComponentType

data class PatternVarsDescription(
    val componentType: ComponentType,
    val vars: List
)

data class VarDescription(
    val name: String,
    val nonNull: Boolean = true,
    val description: String? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy