Backstage
    Preparing search index...
    catalogPlugin: BackstagePlugin<
        {
            catalogEntity: RouteRef<
                { kind: string; name: string; namespace: string },
            >;
            catalogIndex: RouteRef<undefined>;
        },
        {
            createComponent: ExternalRouteRef<undefined, true>;
            createFromTemplate: ExternalRouteRef<
                { namespace: string; templateName: string },
                true,
            >;
            unregisterRedirect: ExternalRouteRef<undefined, true>;
            viewTechDoc: ExternalRouteRef<
                { kind: string; name: string; namespace: string },
                true,
            >;
        },
    > = ...