Merge pull request #16222 from backstage/freben/TypesToServiceRef
Removed the unused `TypesToServiceRef` type
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
export type {
|
||||
ServiceRef,
|
||||
ServiceRefConfig,
|
||||
TypesToServiceRef,
|
||||
ServiceFactory,
|
||||
PluginServiceFactoryConfig,
|
||||
RootServiceFactoryConfig,
|
||||
|
||||
@@ -47,9 +47,6 @@ export type ServiceRef<
|
||||
$$type: '@backstage/ServiceRef';
|
||||
};
|
||||
|
||||
/** @public */
|
||||
export type TypesToServiceRef<T> = { [key in keyof T]: ServiceRef<T[key]> };
|
||||
|
||||
/** @public */
|
||||
export type ServiceFactory<TService = unknown> =
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user