Argument of type 'Effect<ClientResponse, HttpClientError, Scope>' is not assignable to parameter of type '(_: ClientRequest) => unknown'.
Type 'Effect<ClientResponse, HttpClientError, Scope>' provides no match for the signature '(_: ClientRequest): unknown'.ts(2345)
Argument of type 'Effect<ClientResponse, HttpClientError, Scope>' is not assignable to parameter of type '(_: ClientRequest) => unknown'.
Type 'Effect<ClientResponse, HttpClientError, Scope>' provides no match for the signature '(_: ClientRequest): unknown'.ts(2345)