AST_ExpressionDefines AST of an Expressoin TypeScriptexport type AST_Expression = AST_Function | boolean | number | string; References AST_FunctionPreviousApplicationStateNextAST_Function