EntitiesSearchResponse type
Contém dados de resposta para a operação de pesquisa.
type EntitiesSearchResponse = SearchResponse & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SearchResponse
}
}