ReviewsGetJobDetailsResponse type

Contains response data for the getJobDetails operation.

type ReviewsGetJobDetailsResponse = Job & { _response: HttpResponse & { bodyAsText: string, parsedBody: Job } }