Get the type of the property specified by the path
type TypeOfAB = PathValue<{ a: { b: { c: string } }, 'a.b'>// { c: string } Copy
type TypeOfAB = PathValue<{ a: { b: { c: string } }, 'a.b'>// { c: string }
Get the type of the property specified by the path