Skip to content

ExistsExpression

type ExistsExpression = object;

optional not: true;

operand: Operand;

type: typeof $exists;