@backstage/backend-defaults
Version:
Backend defaults used by Backstage backend apps
10 lines (7 loc) • 331 B
TypeScript
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
import { RootHealthService } from '@backstage/backend-plugin-api';
/**
* @public
*/
declare const rootHealthServiceFactory: _backstage_backend_plugin_api.ServiceFactory<RootHealthService, "root", "singleton">;
export { rootHealthServiceFactory };