export type DateType = string; export interface DateRange { start: DateType; end: DateType; }