ModelGetEntityFeaturesResponse type

包含 getEntityFeatures 作業的回應資料。

type ModelGetEntityFeaturesResponse = ModelFeatureInformation[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModelFeatureInformation[]
  }
}