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