Поделиться через


ParameterPath type

Кодирует, как достичь определенного свойства в объекте.

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