export interface CalendarHeatmapValuesProp { id: string; date: Date; event: string; }