import {MultipleNumericParamValue} from './MultipleNumericParamValue'; export type NumericParamValue = MultipleNumericParamValue | number;