WithResponse type

원시 응답과 함께 작업의 반환된 응답을 나타냅니다.

type WithResponse<T> = T & { _response: HttpResponse }