CST.Content type

Signature:

type Content = {
        type: 'content';
        value: string;
        range: Range;
    };

References: Range