`Rpc.success` with type `Schema.Void` allows implementation to return any value
Hello everyone. I was working on
Here is an example and playground link,
@effect/rpc when I ran into an interesting case where I was able to return any kind of value from an Rpc despite notating its success variant as Schema.Void. I am not sure if this is intentional behavior as a function that returns Effect.Effect<Schema.Void> can only return Void.Here is an example and playground link,
Effect Documentation
