Differentiating between Effect and Zod schemas at runtime
Would there be a way, at runtime, to differentiate between a Schema from effect and a Zod schema? My application mostly used zod schemas until now, and I would like a way to write a function that accepts both (and runs a separate parsing logic based on which one is received) so that I don't have to rewrite all my schemas at once. What could be done? Some kind of