export interface Day { date: Date; isToday: boolean; isInFuture: boolean; }