Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Iteration(val value: Long) : Value, Validatable<Iteration>
Link copied to clipboard
@Serializable
data class Latitude(val value: Double) : Value, Validatable<Latitude>
Link copied to clipboard
@Serializable
data class Longitude(val value: Double) : Value, Validatable<Longitude>
Link copied to clipboard
@Serializable
data class PlaceId(val value: String) : Value, Validatable<PlaceId>
Link copied to clipboard
@Serializable
data class Timestamp(val value: Long) : Value