Interface FilterExistsOperation<T>

Exists (NOT NULL) filtering operation Checks if the value is not null

Type Parameters

  • T = string

Hierarchy

  • FilterExistsOperation

Properties

Properties

exists: boolean
key: T
operation: "exists"

Generated using TypeDoc