export interface IMNumberDecimalPlacesErrorInterface { isInvalid: boolean; scale: number; fixed: boolean; }