import {IMyDate} from "./my-date.interface"; export interface IMyMarkedDates { dates: Array; color?: string; styleClass?: string; }