Partager via


ParameterPath type

Encode comment atteindre une propriété particulière sur un objet.

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