ReviewsGetReviewResponse type

Contains response data for the getReview operation.

type ReviewsGetReviewResponse = Review & { _response: HttpResponse & { bodyAsText: string, parsedBody: Review } }