Using `pick` with Schema.Struct's Class API in Effect Typescript
I see here that Schema.Struct has a
pick utility, but I get an error when I use the Class API... is there a way to use pick with classes? https://effect.website/docs/schema/basic-usage/#pickingEffect Documentation
Learn to define and work with basic schemas, including primitives, literals, unions, and structs, for effective data validation and transformation.
