Interface IdentifierPath

interface IdentifierPath {
    id: number;
    name: string;
    nameLocations?: string[];
    nodeType: "IdentifierPath";
    referencedDeclaration: number;
    src: string;
}

Properties

id: number
name: string
nameLocations?: string[]
nodeType: "IdentifierPath"
referencedDeclaration: number
src: string