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

    Interface HolidayResponse

    interface HolidayResponse {
        close?: string;
        date: string;
        exchange: string;
        status: string;
    }
    Index

    Properties

    close?: string
    date: string
    exchange: string
    status: string