type alias AttendeeInput Input for creating an attendee atomically (one or more events) Definition ContactFields & { paymentId?: string; bookings: EventBooking[]; }