ModelListCustomPrebuiltEntitiesResponse type

Contains response data for the listCustomPrebuiltEntities operation.

type ModelListCustomPrebuiltEntitiesResponse = EntityExtractor[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntityExtractor[]
  }
}