共用方式為


FieldsListByTypeResponse type

包含 listByType 作業的回應資料。

type FieldsListByTypeResponse = TypeFieldListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TypeFieldListResult
  }
}