Handling Constructor Defaults with Nested Schema Classes in Effect Typescript
Is this something else I am missing when using constructor defaults with nested Schema classes, I want to be able to create like
Could the schema classes make method and constructor parameter types be changed to accept the nested optional shape? Is that even possible?
const b = new B({}) but not need the property signature and Schema.withConstructorDefault(() => new A())Could the schema classes make method and constructor parameter types be changed to accept the nested optional shape? Is that even possible?
