ParameterPath type

type ParameterPath =
  | string
  | string[]
  | { [propertyName: string]: ParameterPath }