Type Alias: PathElement
type PathElement = string | number;
Property name (if the parent is an object) or index number (if the parent is an array).
type PathElement = string | number;
Property name (if the parent is an object) or index number (if the parent is an array).