export interface Holiday { date: string; name: string; type: string; }