diff --git a/src/Redux/api.tsx b/src/Redux/api.tsx index 57d3c79f4f7..15196fd5595 100644 --- a/src/Redux/api.tsx +++ b/src/Redux/api.tsx @@ -483,6 +483,7 @@ const routes = { getConsultationBed: { path: "/api/v1/consultationbed/{external_id}/", method: "GET", + TRes: Type(), }, updateConsultationBed: { path: "/api/v1/consultationbed/{external_id}/",