ExistsExpressionTemplate
type ExistsExpressionTemplate = Omit<ExistsExpression, "operand">;Same as ExistsExpression but without the operand (for use in templates)
type ExistsExpressionTemplate = Omit<ExistsExpression, "operand">;Same as ExistsExpression but without the operand (for use in templates)