@backstage/backend-defaults
Version:
Backend defaults used by Backstage backend apps
22 lines (17 loc) • 927 B
TypeScript
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
import * as _backstage_backend_plugin_api_alpha from '@backstage/backend-plugin-api/alpha';
/**
* @public
*/
declare const actionsRegistryServiceFactory: _backstage_backend_plugin_api.ServiceFactory<_backstage_backend_plugin_api_alpha.ActionsRegistryService, "plugin", "singleton">;
/**
* @public
*/
declare const actionsServiceFactory: _backstage_backend_plugin_api.ServiceFactory<_backstage_backend_plugin_api_alpha.ActionsService, "plugin", "singleton">;
/**
* Metadata about an entire Backstage system, a collection of Backstage instances.
*
* @alpha
*/
declare const rootSystemMetadataServiceFactory: _backstage_backend_plugin_api.ServiceFactory<_backstage_backend_plugin_api_alpha.RootSystemMetadataService, "root", "singleton">;
export { actionsRegistryServiceFactory, actionsServiceFactory, rootSystemMetadataServiceFactory };