@nosto/nosto-js

    Interface ScheduleTime

    interface ScheduleTime {
        from: string;
        fromTime?: string;
        timezone?: string;
        to?: string;
        toTime?: string;
        type?: string;
        weekDays?: string[];
    }
    Index

    Properties

    from: string
    fromTime?: string
    timezone?: string
    to?: string
    toTime?: string
    type?: string
    weekDays?: string[]
    MMNEPVFCICPMFPCPTTAAATR