Mapping and transforming properties of a Schema.Struct or Class in Effect Typescript

Is there a way to map over a Schema.Struct or Class's properties and apply a transformation to all of them? Trying to derive a version of a schema where all the properties use the optionalToRequired property signature
Was this page helpful?