// (C) 2007-2019 GoodData Corporation
export interface IExtendedDateFilterErrors {
    absoluteForm?: {
        from?: string;
        to?: string;
    };
    relativeForm?: {
        from?: string;
        to?: string;
    };
}
