CST.Comment type

Signature:

type Comment = {
        type: 'comment';
        content: string;
        range: Range;
    };

References: Range