VideosDetailsResponse type

Contains response data for the details operation.

type VideosDetailsResponse = VideoDetails & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: VideoDetails
  }
}