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[]; }