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

commonMain.cccev.f2.concept.domain.command.InformationConceptCreateCommandDTO.kt Maven / Gradle / Ivy

The newest version!
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