Difference between `Schema.struct` and `Data.struct` in terms of application boundaries and inter...
Effect has both
Schema.struct and Data.struct and other similar data types. Would I be correct in thinking that the difference would be that the Schema version is more for application boundaries and business data, and the Data version for internal APIs?