Documentation
    Preparing search index...

    Type Alias TwingAttributeAccessorNodeAttributes

    TwingAttributeAccessorNodeAttributes: TwingBaseExpressionNodeAttributes & {
        isOptimizable: boolean;
        shouldIgnoreStrictCheck?: boolean;
        shouldTestExistence: boolean;
        type: TwingAttributeAccessorCallType;
    }