export interface CheckPrecisionAndScaleResult { isOk: boolean; nearestOkNr?: number; }