This represents the combination of toData/toView.

interface ParsedToDataAndView {
    toData: FilterRuleSet;
    toView: FilterRuleSet;
}

Properties

Properties