Interface CommentNode

interface CommentNode {
    text: string;
    type: "comment";
}

Properties

Properties

text: string
type: "comment"