import { IDateRange } from './IDateRange';
export interface IDefinedDateRange {
    name: string;
    value: IDateRange;
}
