export interface IHolyday { description: string; date: Date; }