Type Alias DashboardsGetMeetingQualityScoresQueryParams

DashboardsGetMeetingQualityScoresQueryParams: {
    from: string;
    to: string;
    type?: string;
}