interface DashboardInfoDTO { org?: string; unit?: string; from?: Date | string; until?: Date | string; } export default DashboardInfoDTO;