Type Alias TwingAttributeAccessorNodeAttributes

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