Making Record Keys Optional and Using Transforms in Effect Typescript
Given the following schema
Is it possible to make the key's of type Status optional?
I'd like to be able to optionally override a status but not always be forced to override all here.
---
Follow up: Is it possible to use TaggedClasses's with transforms as record keys
(I couldn't find a way to do that)
Is it possible to make the key's of type Status optional?
I'd like to be able to optionally override a status but not always be forced to override all here.
---
Follow up: Is it possible to use TaggedClasses's with transforms as record keys
