import { Moment } from 'jalali-moment'; export interface IDate { date: Moment; selected?: boolean; }