CST.IdDot type

Signature:

type IdDot = {
        type: 'dot';
        range: Range;
    };

References: Range