Defining Client Type in Schema.TaggedRequest-based RPC
With the new
Schema.TaggedRequest based RPC how do I define the type of the client without needing the Router from the server? In the example the client is defined as const client = HttpResolver.make<UserRouter>( but UserRouter is defined as using specific effects that in practice would only exist in server side code. Since the Rpc specific Schema was removed I'm not sure how to define the interface to make the client.