Converting Effect Schema AST to Simple Data Types for Rule Engine
Has anyone built a way to take in an Effect schema AST and output simple data types? Building a rule engine driven through Effect Schema, and would love to take our RPC contracts and turn it into something like "number", "string", etc.
