Langium - v4.0.0
    Preparing search index...

    Type Alias AstTypeList<T>

    AstTypeList: Record<keyof T, AstNode>

    Represents the enumeration-like type, that lists all AstNode types of your grammar.

    Type Parameters

    • T