Using Generated Types for Effect Schemas and Ensuring Type Compatibility

Hey I'm starting up a new effect project and was thinking about using some generated types as the basis for effect schemas, but now I can't find where I thought I saw something like that in the docs.

I'd love to infer schemas from ts types, but would also be fine with a way to ensure they (or a subset of fields) are type compatible so I get immediate compiler feedback if generated types change in an incompatible way.. Cheers!
Was this page helpful?