import { DateStr } from './dateStr'; export interface DateRange { start: DateStr; end: DateStr; }