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

    Interface BusinessDayCheckResponse

    A BusinessDayCheckResponse describes a response to checkBusinessDay API call.

    interface BusinessDayCheckResponse {
        result: boolean;
    }
    Index
    result: boolean

    Whether the queried date is a business day, i.e. neither a weekend nor a public holiday.