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