Type Alias TwingCommentNodeAttributes

TwingCommentNodeAttributes: TwingBaseNodeAttributes & {
    data: string;
}