import { Moment } from 'moment'; export interface INavEvent { from: Moment; to: Moment; }