import {Path} from "../path"; import {ParamNameOf} from "./param-name-of"; export type RawParamOf> = ( { [name in ParamNameOf] : string } );