MCP TypeScript SDK (V2)
    Preparing search index...
    interface ImportMapping {
        isV2Gap?: boolean;
        removalMessage?: string;
        renamedSymbols?: Record<string, string>;
        status: "moved" | "removed" | "renamed";
        symbolTargetOverrides?: Record<string, string>;
        target: string;
    }
    Index

    Properties

    isV2Gap?: boolean

    No entries currently set this; scaffolding for when a v1 symbol has no v2 equivalent yet.

    removalMessage?: string
    renamedSymbols?: Record<string, string>
    status: "moved" | "removed" | "renamed"
    symbolTargetOverrides?: Record<string, string>

    Route specific symbols to a different target package than target.

    target: string