Package-level declarations

Types

Link copied to clipboard
@Serializable
sealed interface EventEntry

Entry type for events that can appear in an EventsSchedule.

Link copied to clipboard
@Serializable
data class EventsSchedule(val month: YearMonth, val entries: List<EventEntry>)

The event schedule, containing the events of a given month.