CST.SectionHead type

Signature:

type SectionHead = {
        type: 'section-head';
        id: Id;
        close: number;
        range: Range;
    };

References: Id, Range