Type Alias TwingBlockReferenceNodeAttributes

TwingBlockReferenceNodeAttributes: TwingBaseNodeAttributes & {
    name: string;
}