Primitive
Primitive =
null
|undefined
|string
|number
|boolean
|symbol
|bigint
Defined in: packages/react-querybuilder/src/types/type-fest/primitive.ts:6
Matches any primitive value.
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.