Type Alias DashboardsGetPostWebinarFeedbackResponse

DashboardsGetPostWebinarFeedbackResponse: {
    next_page_token?: string;
    page_size?: number;
    participants?: {
        comment?: string;
        date_time?: string;
        email?: string;
        quality?: string;
        user_id?: string;
    }[];
}