Skip to main content

The Backend WaitlistEntry object

The Backend WaitlistEntry object holds information about a waitlist entry.

Properties

  • Name
    createdAt
    Type
    number
    Description

    The Unix timestamp when the waitlist entry was created.

  • Name
    emailAddress
    Type
    string
    Description

    The email address to add to the waitlist.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the waitlist entry.

  • Name
    invitation
    Type
    null | Invitation
    Description

    The invitation associated with the waitlist entry.

  • Name
    isLocked?
    Type
    boolean
    Description

    Whether the waitlist entry is locked.

  • Name
    status
    Type
    "pending" | "invited" | "completed" | "rejected"
    Description

    The status of the waitlist entry.

  • Name
    updatedAt
    Type
    number
    Description

    The Unix timestamp when the waitlist entry was last updated.

Feedback

What did you think of this content?

Last updated on