interface PreParsedToDataAndView {
    toData: FilterRuleSet;
    toView: PreParsedToView;
}

Properties

Properties