共用方式為


FeaturesListResponse type

包含清單作業的回應資料。

type FeaturesListResponse = FeaturesResponseObject & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FeaturesResponseObject
  }
}