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