Resolving TypeScript Type Error in Effect-Based HTTP Client Request
hi im new to effect and trying to start off with a simple http client request. i got the following code for performing a get request:
im the following type error:
since the HttpClientRequest.get method isnt generic, is there still a way to make this resolve the types properly? or do i need to cast the type?
im the following type error:
since the HttpClientRequest.get method isnt generic, is there still a way to make this resolve the types properly? or do i need to cast the type?
