Why
a refined data class makes way more sense for a structured input like filters. We should accept an iterable of Filter objects that force type checking etc.
-- ideally when we implement this still accept a dict() but drop a warning that this decarlation is deprecated.
Why
a refined data class makes way more sense for a structured input like
filters. We should accept an iterable of Filter objects that force type checking etc.-- ideally when we implement this still accept a
dict()but drop a warning that this decarlation is deprecated.