PlainConditionTreeBranch: {
    aggregator: Aggregator;
    conditions: (PlainConditionTreeBranch | PlainConditionTreeLeaf)[];
}

Type declaration