HttpApi modules in @effect/platform do, and so am using the patterns there as references. One thing which I don't understand is the difference between the Any and AnyWithProps helper types (as found e.g. here). In the code I've written, I've (so far, anyways) always been able to use AnyWithProps over Any, with no downsides. So then what's the point of Any?