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

commonMain.hassemble.core.boot.statehandling.StatesRequest.kt Maven / Gradle / Ivy

The newest version!
package hassemble.core.boot.statehandling

import kotlinx.serialization.Serializable

@Serializable
internal data class StatesRequest(
    val id: Int,
    val type: String = "get_states"
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy