@ken-all/kenall
    Preparing search index...

    Interface HolidaysResponse

    A HolidaysResponse describes a response to getHolidays API call.

    interface HolidaysResponse {
        data: v20250101.Holiday[];
    }
    Index

    The list of the holidays that fall within the queried year or range.