Type Alias: FilterValues<Key>
FilterValues<
Key
>:Partial
<Record
<Key
, [WhereFilterOp
,any
]>>
Used to define filters applied in collections
e.g. { age: [">=", 18] }
Type Parameters​
• Key extends string
DATAKI
is our new AI analytics tool for SQL databases. It is amazing! 🚀 Check it out!FilterValues<
Key
>:Partial
<Record
<Key
, [WhereFilterOp
,any
]>>
Used to define filters applied in collections
e.g. { age: [">=", 18] }
• Key extends string