Type Alias MeetingsPerformBatchRegistrationResponse

MeetingsPerformBatchRegistrationResponse: {
    registrants?: {
        email?: string;
        join_url?: string;
        participant_pin_code?: number;
        registrant_id?: string;
    }[];
}