RxDBBranchTreeRuleGroup
type RxDBBranchTreeRuleGroup = RuleGroupBase<typeof RxDBBranch,
| "children.activated"
| "children.fromChangeId"
| "children.local"
| "children.remote"
| "children.createdAt"
| "children.updatedAt", RxDBBranchTreeRule>;
Defined in: packages/rxdb/src/system/types.ts:460
TreeRuleGroup