Type Alias TwingLineNodeAttributes

TwingLineNodeAttributes: TwingBaseNodeAttributes & {
    data: number;
}