Backstage
    Preparing search index...

    Interface RootInstanceMetadataService

    interface RootInstanceMetadataService {
        getInstalledPlugins: () => Promise<
            readonly RootInstanceMetadataServicePluginInfo[],
        >;
    }
    Index
    getInstalledPlugins: () => Promise<
        readonly RootInstanceMetadataServicePluginInfo[],
    >