nylas
    Preparing search index...

    Interface Booking

    interface Booking {
        bookingId: string;
        description?: string;
        eventId: string;
        organizer: BookingOrganizer;
        status: BookingStatus;
        title: string;
    }
    Index

    Properties

    bookingId: string

    The unique ID of the booking

    description?: string

    The description of the event

    eventId: string

    The unique ID of the event associated with the booking

    organizer: BookingOrganizer

    The participant that is designated as the organizer of the event

    The current status of the booking

    title: string

    The title of the event