@web-core/web-sdk
    Preparing search index...

    Interface IHolidayRepo

    interface IHolidayRepo {
        getHolidays(
            exchange: string,
            from: string,
            to: string,
        ): Promise<HolidayResponse[]>;
    }
    Index

    Methods

    Methods

    • Parameters

      • exchange: string
      • from: string

        yyyyMMdd format

      • to: string

        yyyyMMdd format

      Returns Promise<HolidayResponse[]>

      get holidays