Package-level declarations

Types

Link copied to clipboard
@Serializable
data class TrackingInfo<out I>(val dateTime: Instant, val individual: I, val roomID: RoomID, val trackType: TrackType)

It describes the tracking information of an individual of type I. It is interested to know the dateTime of the tracking information and the roomID where it performs the action described in the trackType.

Link copied to clipboard
@Serializable
enum TrackType : Enum<TrackType>

It describes the possible track information.