UNPKG

11holidays

Version:

Global holidays API for public holidays, bank holidays and observances from 230+ countries

12 lines (11 loc) 235 B
export declare type Holiday = { holiday_id?: number; date?: string; occasion_id?: number; type: string; country: string; name?: string; description?: string; updated_at?: Date; created_at?: Date; };