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

Type Parameters

  • T

Hierarchy

Properties

Properties

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

Generated using TypeDoc