Type Alias AccountsGetAccountsWebinarRegistrationSettingsResponse
AccountsGetAccountsWebinarRegistrationSettingsResponse: {
approve_type?: number;
custom_questions?: {
answers?: string[];
required?: boolean;
selected?: boolean;
title?: string;
type?: string;
}[];
options?: {
allow_participants_to_join_from_multiple_devices?: boolean;
close_registration?: boolean;
host_email_notification?: boolean;
show_social_share_buttons?: boolean;
};
questions?: { field_name?: string; required?: boolean; selected?: boolean }[];
}