RuleGroup<T, K, RT>
type RuleGroup<T, K, RT> = RuleGroupBase<T, K, RT>;
Defined in: packages/rxdb/src/repository/query.interface.ts:131
查询规则组(自动计算类型)
Type Parameters
| Type Parameter | Default type |
|---|---|
T | EntityData |
K extends StringKey<T> | StringKey<T> |
RT | Rule<T, K> |