Interface FilterCompareOperation<T>

Comparing filtering operation

  • eq = Equals
  • ne = Not Equals
  • gt = Greater than
  • gte = Greater than or equals
  • lt = Lower than
  • lte = Lower than or equals

Type Parameters

  • T = string

Hierarchy

  • FilterCompareOperation

Properties

Properties

key: T
operation: "eq" | "ne" | "gt" | "gte" | "lt" | "lte"
value: any

Generated using TypeDoc