-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The idea is to somehow say that in clean model we want to see a scalar (number, boolean or string), but not object or array.
There is no clean type rather than any that fits this for clean model.
So we either introduce a custom dirty type that is used in clean models, or just store it in any.
To be considered & to be planned yet.