export interface DayOfWeek { date: Date; outsideMonth: boolean; disabled: boolean; }