export interface DashboardCriteriaChartModel {
    name: string;
    criteriaId: string;
}
