ModelGetEntityResponse type

包含 getEntity 作業的回應資料。

type ModelGetEntityResponse = NDepthEntityExtractor & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: NDepthEntityExtractor
  }
}