type alias FilterExpression
Since 0.2.0

A portable filter tree evaluated by every repository backend.

Definition

FilterComparison
| { readonly type: "and" | "or"; readonly filters: readonly FilterExpression[]; }

Usage

import { type FilterExpression } from "database-plugin/src/index.ts";