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

    Type Alias ExternalSymbolResolver

    ExternalSymbolResolver: (
        ref: DeclarationReference,
        refl: Reflection,
        part: Readonly<CommentDisplayPart> | undefined,
        symbolId: ReflectionSymbolId | undefined,
    ) => ExternalResolveResult | string | undefined

    Type Declaration