Type alias SendRSVPRequest

SendRSVPRequest: {
    status: RSVPStatus;
}

Interface representing a request to send RSVP to an event.

Type declaration

  • status: RSVPStatus

Generated using TypeDoc