import { IMyDate } from "./my-date.interface"; export interface IMyDateRange { beginDate: IMyDate; endDate: IMyDate; }