Using `Schema.validateSync` with `Schema.Struct.Field`
If I got the a schema that extends the type of
https://effect.website/play#64dc9bf96b73
Schema.Struct.Field (like when using Schema.optionalWith(), how do I use Schema.validateSync() on this? The validation methods only take a regular Schema.Schema. Thanks in advance!https://effect.website/play#64dc9bf96b73
