nylas
    Preparing search index...

    Interface BookingGuest

    interface BookingGuest {
        email: string;
        name: string;
    }
    Index

    Properties

    Properties

    email: string

    The email address of the guest.

    name: string

    The name of the guest.