Handling Multiple Properties from a Single Origin in Effect Typescript
If I've got two "properties" that should originate from the same origin property, how would I do this? I tried it with "Schema.fromKey" referencing the same key, yet that leads to duplicate property signature details.
Sample: Renaming of a "value" field from a legacy system and at the same time adding a "calculated" field that's based off that one.
Sample: Renaming of a "value" field from a legacy system and at the same time adding a "calculated" field that's based off that one.
