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