nylas
    Preparing search index...

    Interface Participant

    Interface representing an Event participant.

    interface Participant {
        comment?: string;
        email: string;
        name?: string;
        phoneNumber?: string;
        status: ParticipantStatus;
    }
    Index

    Properties

    comment?: string

    Comment by the participant.

    email: string

    Participant's email address.

    name?: string

    Participant's name.

    phoneNumber?: string

    Participant's phone number.

    status: ParticipantStatus

    Participant's status.