Share via


ModelGetEntityResponse type

Contiene datos de respuesta para la operación getEntity.

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