import { DayOfWeek } from './day-of-week.model'; export interface Week { baseDate: Date; days: DayOfWeek[]; }