Extracting Payload Schema from TaggedRequest in Effect Typescript Library
Before I make an issue on this, is there a way to extract a payload
Schema from a TaggedRequest? It seems like everywhere this is used in the library code, the TaggedRequest just gets cast to any before being used in a Schema.decode. Its trivial to get the success schema with.success but it seems there is no easy way to get the payload schema unless I am missing something