ReviewsGetVideoFramesResponse type

Contains response data for the getVideoFrames operation.

type ReviewsGetVideoFramesResponse = Frames & { _response: HttpResponse & { bodyAsText: string, parsedBody: Frames } }