Using an interface to extract types from a schema in effect schema documentation
I noticed in the effect schema documentation the part demonstrating how to extract types from a schema is using an interface rather than just keeping the type
Is there a specific reason why it's better to use an interface vs a type for Person?
Is there a specific reason why it's better to use an interface vs a type for Person?
