Type alias SendRsvpRequest

SendRsvpRequest: {
    status: RsvpStatus;
}

Interface representing a request to send RSVP to an event.

Type declaration

  • status: RsvpStatus

Generated using TypeDoc