Appearance
WhereClause = Record<string, unknown>
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.