ModelListEntitySuggestionsResponse type

Contains response data for the listEntitySuggestions operation.

type ModelListEntitySuggestionsResponse = EntitiesSuggestionExample[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: EntitiesSuggestionExample[]
  }
}