import type { Scalar } from "./Scalar";
export type FilterTerm = Array<Scalar> | Scalar;
