ModelGetEntityResponse type

Contains response data for the getEntity operation.

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