Interface SymbolReference

interface SymbolReference {
    meaning?: Meaning;
    path?: ComponentPath[];
}

Properties

Properties

meaning?: Meaning
path?: ComponentPath[]

Generated using TypeDoc