type alias AttendeeInput

Input for creating an attendee atomically (one or more events)

Definition

ContactFields
& { paymentId?: string; bookings: EventBooking[]; }

Usage

import { type AttendeeInput } from "doc.ts";