Skip to main content
Docs

The Backend WaitlistEntry object

The Backend WaitlistEntry object holds information about a waitlist entry for a given email address.

Properties

  • Name
    createdAt
    Type
    number
    Description

    The date when the waitlist entry was first created.

  • Name
    emailAddress
    Type
    string
    Description

    The email address to add to the waitlist.

  • Name
    id
    Type
    string
    Description

    The unique identifier for this waitlist entry.

  • Name
    invitation
    Type
    null | Invitation
    Description

    The invitation associated with this waitlist entry.

  • Name
    isLocked?
    Type
    boolean
    Description

    Whether the waitlist entry is locked or not.

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

    The status of the waitlist entry.

  • Name
    updatedAt
    Type
    number
    Description

    The date when the waitlist entry was last updated.

Feedback

What did you think of this content?

Last updated on

GitHubEdit on GitHub