export interface IExtendedDateFilterErrors { absoluteForm?: { from?: string; to?: string; }; relativeForm?: { from?: string; to?: string; }; }