import { Day } from './day'; export interface Month { weeks: Day[][]; }