共用方式為


ParameterPath type

編碼如何觸達物件上的特定屬性。

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