import {ParamValuesTypeMap} from './ParamValuesTypeMap';

export type ParamValue = ParamValuesTypeMap[keyof ParamValuesTypeMap];
