commonMain.cccev.f2.concept.domain.command.InformationConceptCreateCommandDTO.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 Show documentation
Show all versions of cccev-concept-f2-domain Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
package cccev.f2.concept.domain.command
import cccev.f2.concept.domain.D2InformationConceptF2Page
import cccev.s2.concept.domain.command.InformationConceptCreateCommand
import cccev.s2.concept.domain.command.InformationConceptCreatedEvent
import f2.dsl.fnc.F2Function
import kotlin.js.JsExport
import kotlin.js.JsName
/**
* Create an information concept.
* @d2 function
* @parent [D2InformationConceptF2Page]
*/
typealias InformationConceptCreateFunction = F2Function
/**
* @d2 command
* @parent [InformationConceptCreateFunction]
*/
@JsExport
@JsName("InformationConceptCreateCommandDTO")
interface InformationConceptCreateCommandDTO: cccev.s2.concept.domain.command.InformationConceptCreateCommandDTO
/**
* @d2 event
* @parent [InformationConceptCreateFunction]
*/
@JsExport
@JsName("InformationConceptCreatedEventDTO")
interface InformationConceptCreatedEventDTO: cccev.s2.concept.domain.command.InformationConceptCreatedEventDTO
© 2015 - 2024 Weber Informatics LLC | Privacy Policy