import dayjs from 'dayjs'; export interface DatepickerIntervalInterface { from: dayjs.Dayjs; to: dayjs.Dayjs; }