Skip to content

ExistsExpressionTemplate

type ExistsExpressionTemplate = Omit<ExistsExpression, "operand">;

Same as ExistsExpression but without the operand (for use in templates)