remove service compat too
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
```ts
|
||||
import { LoggerService } from '@backstage/backend-plugin-api';
|
||||
import { ServiceFactoryCompat } from '@backstage/backend-plugin-api';
|
||||
import { ServiceFactory } from '@backstage/backend-plugin-api';
|
||||
import { ServiceRef } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @public
|
||||
@@ -63,11 +63,10 @@ export interface EventsService {
|
||||
export type EventsServiceEventHandler = (params: EventParams) => Promise<void>;
|
||||
|
||||
// @public (undocumented)
|
||||
export const eventsServiceFactory: ServiceFactoryCompat<
|
||||
export const eventsServiceFactory: ServiceFactory<
|
||||
EventsService,
|
||||
'plugin',
|
||||
'singleton',
|
||||
undefined
|
||||
'singleton'
|
||||
>;
|
||||
|
||||
// @public
|
||||
|
||||
Reference in New Issue
Block a user