Documentation
    Preparing search index...

    Type Alias TwingBaseExpressionNode<Type, AdditionalAttributes, Children>

    TwingBaseExpressionNode: TwingBaseNode<
        Type,
        TwingBaseExpressionNodeAttributes & AdditionalAttributes,
        Children,
    >

    Type Parameters