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