ImagesSearchResponse type

Contains response data for the search operation.

type ImagesSearchResponse = Images & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Images }
}