export interface HeatmapDataModel {
    start: Date;
    end: Date;
    dataPoints: any;
}
