export interface DashboardDataCollectionChartModel {
    name: string;
    dataCollectionId: string;
}
