Skip to main content

SequelizeWhereOptionsLike

Defined in: packages/core/src/utils/formatQuery/defaultRuleGroupProcessorSequelize.ts:19

Structural stand-in for Sequelize's WhereOptions. Declared locally so the public type surface of this package never references sequelize, which is an optional peer dependency. (Referencing it would force consumers to install it to typecheck without skipLibCheck.) Assignable to WhereOptions at the call site, e.g. Model.findAll({ where }).

Indexable

[key: string | symbol]: unknown


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.