@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.