export interface CalendarDate { start?: string; end?: string; sinceMonth?: string; untilMonth?: string; }