import { DateRange } from '@angular/material/datepicker'; export type DateTimePicker = string | Date | DateRange;