@backstage/backend-defaults
Version:
Backend defaults used by Backstage backend apps
16 lines (13 loc) • 582 B
TypeScript
import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
import { LifecycleService } from '@backstage/backend-plugin-api';
/**
* Registration of plugin startup and shutdown lifecycle hooks.
*
* See {@link @backstage/code-plugin-api#LifecycleService}
* and {@link https://backstage.io/docs/backend-system/core-services/lifecycle | the service docs}
* for more information.
*
* @public
*/
declare const lifecycleServiceFactory: _backstage_backend_plugin_api.ServiceFactory<LifecycleService, "plugin", "singleton">;
export { lifecycleServiceFactory };