interface BoolExp<T> {
    _and?: T[];
    _not?: T;
    _or?: T[];
}

Type Parameters

  • T

Hierarchy (view full)

Properties

Properties

_and?: T[]
_not?: T
_or?: T[]

Generated using TypeDoc