export interface IAtHolidayItem { dayItem: Date; code: string; name: string; }