commonMain.s2.dsl.automate.model.WithS2State.kt Maven / Gradle / Ivy
package s2.dsl.automate.model
import kotlin.js.JsExport
@JsExport
interface WithS2State {
fun s2State(): STATE
}
package s2.dsl.automate.model
import kotlin.js.JsExport
@JsExport
interface WithS2State {
fun s2State(): STATE
}