NewsCategoryResponse type

Contains response data for the category operation.

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