다음을 통해 공유


ParameterPath type

개체의 특정 속성에 도달하는 방법을 인코딩합니다.

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