Interface ReflectionSymbolId

interface ReflectionSymbolId {
    qualifiedName: string;
    sourceFileName: string;
}

Properties

qualifiedName: string
sourceFileName: string