Skip to content

WhereClause = Record<string, unknown>

Defined in: query/types.ts:10

A set of field-value pairs used to identify records in query operations. Each key is a field name and the value is the value to match against.

Released under the MIT License.