nylas
    Preparing search index...

    Interface SchedulerAvailabilityResponse

    interface SchedulerAvailabilityResponse {
        order?: string[];
        timeSlots: SchedulerAvailabilityTimeSlot[];
    }
    Index

    Properties

    Properties

    order?: string[]