Interface DeclarationReference

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

Properties

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

Generated using TypeDoc