Radu Molnar
Results
3
issues of
Radu Molnar
We need a function that saves the values that will we processed by Schema. ``` class Schema { protected toInternalValue(date: T): C { } } ```
enhancement
We should have a class `PolymorphicSchema` which should have the following: - a lookup field which by default should have the value `type` - an object field which will store...
enhancement