Type Alias MeetingsPerformBatchRegistrationRequestBody

MeetingsPerformBatchRegistrationRequestBody: {
    auto_approve?: boolean;
    registrants?: { email: string; first_name: string; last_name?: string }[];
    registrants_confirmation_email?: boolean;
}