export interface IMyInputFieldChanged { value: string; dateRangeFormat: string; valid: boolean; }