import { IMyCalendarYear } from './my-calendar-year.interface'; export interface IMyYearRow { row: Array; year: number; }