export interface DataGridProps { data: any; startRangeDate: string; endRangeDate: string; hoursPerDay: number; }