AutoSuggestResponse type

Contains response data for the autoSuggest operation.

type AutoSuggestResponse = Suggestions & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: Suggestions
  }
}