Result of atomic attendee creation
{ success: true; attendees: Attendee[]; }
| { success: false; reason: "capacity_exceeded" | "encryption_error"; }
Result of atomic attendee creation
{ success: true; attendees: Attendee[]; }
| { success: false; reason: "capacity_exceeded" | "encryption_error"; }
import { type CreateAttendeeResult } from "doc.ts";