import {Path} from "../path"; export type ParamNameOf> = ( PathT extends Path ? PathNameT : never );