CST.Id type

Signature:

type Id = {
        raw: IdPart[];
        value: string[];
        range: Range;
    };

References: IdPart, Range