Поделиться через


ModelGetEntityResponse type

Содержит данные ответа для операции getEntity.

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