DrizzleOperatorsLike
Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorDrizzle.ts:15
Minimal structural shape of Drizzle's Operators object. Declared locally so the public type
surface of this package never references drizzle-orm, which is an optional peer dependency.
(Referencing it would force consumers to install it to typecheck without skipLibCheck.)
Properties
and
and: (...
conditions:any[]) =>any
Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorDrizzle.ts:17
Parameters
| Parameter | Type |
|---|---|
...conditions | any[] |
Returns
any
not
not: (...
conditions:any[]) =>any
Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorDrizzle.ts:21
Parameters
| Parameter | Type |
|---|---|
...conditions | any[] |
Returns
any
or
or: (...
conditions:any[]) =>any
Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorDrizzle.ts:19
Parameters
| Parameter | Type |
|---|---|
...conditions | any[] |
Returns
any
API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.