Type Alias TwingAttributeAccessorNodeChildren

TwingAttributeAccessorNodeChildren: {
    arguments: TwingExpressionNode;
    attribute: TwingExpressionNode;
    target: TwingExpressionNode;
}