次の方法で共有


ParameterPath type

オブジェクトの特定のプロパティに到達する方法をエンコードします。

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