VideosSearchResponse type

Contains response data for the search operation.

type VideosSearchResponse = Videos & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Videos }
}