Extending and Refining Types in Effect Typescript Without Repetition
Extend schema for refining types without repeating fields schema.
Basically I have a complex schema A with some fields, and I want to create a schema B with the same fields in encoding, but every type schema get a little bit different.