import { IMyCalendarMonth } from './my-calendar-month.interface'; export interface IMyMonthRow { row: Array; year: number; }