type alias FilterOperator
Since 0.2.0

Operators supported by a portable repository filter comparison.

Definition

"eq" | "contains" | "gt" | "gte" | "lt" | "lte" | "in"

Usage

import { type FilterOperator } from "common/src/index.ts";