Comment node.

interface Comment {
    text?: Text;
    type: "comment";
}

Properties

Properties

text?: Text
type: "comment"