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

commonMain.s2.dsl.automate.S2Command.kt Maven / Gradle / Ivy

There is a newer version: 0.16.0
Show newest version
package s2.dsl.automate

import kotlin.js.JsExport
import kotlin.js.JsName

@JsExport
@JsName("S2InitCommand")
interface S2InitCommand : Cmd

@JsExport
@JsName("S2Command")
interface S2Command : Cmd, WithId {
	override val id: ID
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy