Type Alias TwingForLoopNodeAttributes

TwingForLoopNodeAttributes: TwingBaseNodeAttributes & {
    hasAnElse: boolean;
    hasAnIf: boolean;
}