shared/src/types/calendar-types
Interfaces
| Interface | Description |
|---|---|
| CalendarEvent | Calendar event interface for calendar components. Extends SessionResponse with start/end dates needed by the calendar grid. |
| DayStats | Aggregate stats for sessions on a given day |
| UseCalendarGridReturn | Return type for the useCalendarGrid hook |
| UseCalendarReturn | Return type for the useCalendar hook |
| UseDayStatsReturn | Return type for the useDayStats hook |