type alias CreateAttendeeResult Result of atomic attendee creation Definition { success: true; attendees: Attendee[]; } | { success: false; reason: "capacity_exceeded" | "encryption_error"; }