ReviewsCreateReviewsResponse type

Contains response data for the createReviews operation.

type ReviewsCreateReviewsResponse = Array<string> & { _response: HttpResponse & { bodyAsText: string, parsedBody: string[] } }