nylas
    Preparing search index...

    Interface TimeSlot

    Interface for a Nylas availability time slot

    interface TimeSlot {
        emails: string[];
        endTime: string;
        startTime: string;
    }
    Index

    Properties

    emails: string[]

    The emails of the participants who are available for the time slot.

    endTime: string

    Unix timestamp for the end of the slot.

    startTime: string

    Unix timestamp for the start of the slot.