Type Alias TwingTemplateNodeAttributes

TwingTemplateNodeAttributes: TwingBaseNodeAttributes & {
    index: number;
    source: TwingSource;
}