timetable/module-model/src/main/kotlin/de/twomartens/timetable/model/common/CoachCapacity.kt

7 lines
180 B
Kotlin

package de.twomartens.timetable.model.common
import de.twomartens.timetable.types.ZeroOrPositiveInteger
@JvmInline
value class CoachCapacity(val capacity: ZeroOrPositiveInteger)