Type Alias TwingBlockNodeAttributes

TwingBlockNodeAttributes: TwingBaseNodeAttributes & {
    name: string;
}