commonMain.cccev.f2.concept.domain.command.InformationConceptUpdateCommandDTO.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-concept-f2-domain-jvm Show documentation
Show all versions of cccev-concept-f2-domain-jvm Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
The newest version!
package cccev.f2.concept.domain.command
import cccev.f2.concept.domain.D2InformationConceptF2Page
import cccev.s2.concept.domain.command.InformationConceptUpdateCommand
import cccev.s2.concept.domain.command.InformationConceptUpdatedEvent
import f2.dsl.fnc.F2Function
import kotlin.js.JsExport
import kotlin.js.JsName
/**
* Create an information concept.
* @d2 function
* @parent [D2InformationConceptF2Page]
*/
typealias InformationConceptUpdateFunction = F2Function
/**
* @d2 command
* @parent [InformationConceptUpdateFunction]
*/
@JsExport
@JsName("InformationConceptUpdateCommandDTO")
interface InformationConceptUpdateCommandDTO: cccev.s2.concept.domain.command.InformationConceptUpdateCommandDTO
/**
* @d2 event
* @parent [InformationConceptUpdateFunction]
*/
@JsExport
@JsName("InformationConceptUpdatedEventDTO")
interface InformationConceptUpdatedEventDTO: cccev.s2.concept.domain.command.InformationConceptUpdatedEventDTO
© 2015 - 2024 Weber Informatics LLC | Privacy Policy