NewsSearchResponse type

Contains response data for the search operation.

type NewsSearchResponse = News & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: News }
}