commonMain.cccev.f2.requirement.domain.command.RequirementUpdateCommandDTO.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-requirement-f2-domain Show documentation
Show all versions of cccev-requirement-f2-domain Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
package cccev.f2.requirement.domain.command
import cccev.s2.requirement.domain.command.RequirementUpdateCommand
import cccev.s2.requirement.domain.command.RequirementUpdatedEvent
import f2.dsl.fnc.F2Function
import kotlin.js.JsExport
import kotlin.js.JsName
typealias RequirementUpdateFunction = F2Function
@JsExport
@JsName("RequirementUpdateCommandDTO")
interface RequirementUpdateCommandDTO: cccev.s2.requirement.domain.command.RequirementUpdateCommandDTO
@JsExport
@JsName("RequirementUpdatedEventDTO")
interface RequirementUpdatedEventDTO: cccev.s2.requirement.domain.command.RequirementUpdatedEventDTO
© 2015 - 2024 Weber Informatics LLC | Privacy Policy