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