export interface IMNumberInRangeErrorInterface { isInvalid: boolean; from: number; to: number; }