RxDBBranchRuleGroup
type RxDBBranchRuleGroup = RuleGroupBase<typeof RxDBBranch,
| "id"
| "activated"
| "fromChangeId"
| "local"
| "remote"
| "createdAt"
| "updatedAt"
| "parentId"
| "changes"
| "changes.id"
| "changes.remoteId"
| "changes.type"
| "changes.transactionId"
| "changes.namespace"
| "changes.entity"
| "changes.entityId"
| "changes.createdAt"
| "changes.updatedAt"
| "changes.revertChangedAt"
| "changes.revertChangeId"
| "changes.redoInvalidatedAt"
| "branchId"
| "syncs"
| "syncs.id"
| "syncs.namespace"
| "syncs.entity"
| "syncs.syncType"
| "syncs.lastPushedChangeId"
| "syncs.lastPushedAt"
| "syncs.lastPulledAt"
| "syncs.lastPullRemoteChangeId"
| "syncs.enabled"
| "syncs.createdAt"
| "syncs.updatedAt"
| "branchId"
| "children"
| "children.id"
| "children.activated"
| "children.fromChangeId"
| "children.local"
| "children.remote"
| "children.createdAt"
| "children.updatedAt"
| "parentId"
| "parent"
| "parent.id"
| "parent.activated"
| "parent.fromChangeId"
| "parent.local"
| "parent.remote"
| "parent.createdAt"
| "parent.updatedAt"
| "parentId", RxDBBranchRule>;
Defined in: packages/rxdb/src/system/types.ts:376
RuleGroupBase