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