export interface IMDateInRangeErrorInterface { isInvalid: boolean; from: string; to: string; }