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