TypeDoc API - v0.28.2
    Preparing search index...

    Interface DeclarationReference

    interface DeclarationReference {
        resolutionStart: "global" | "local";
        moduleSource?: string;
        symbolReference?: SymbolReference;
    }
    Index

    Properties

    resolutionStart: "global" | "local"
    moduleSource?: string
    symbolReference?: SymbolReference