Type Alias TwingWithNodeChildren

TwingWithNodeChildren: {
    body: TwingBaseNode;
    variables?: TwingBaseExpressionNode;
}