ParkingSlotState

The state of a parking slot

Inheritors

Types

Link copied to clipboard

The state of a parking slot when it is free

Link copied to clipboard
data class Occupied(val freesAt: Instant, val currentUser: Boolean) : ParkingSlotState

The state of a parking slot when it is occupied