fix API report
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -251,6 +251,7 @@ export namespace coreServices {
|
||||
'root',
|
||||
'singleton'
|
||||
>;
|
||||
const systemMetadata: ServiceRef<SystemMetadataService, 'root', 'singleton'>;
|
||||
}
|
||||
|
||||
// @public
|
||||
|
||||
@@ -292,7 +292,7 @@ export namespace coreServices {
|
||||
|
||||
/**
|
||||
* Read information about your current Backstage deployment.
|
||||
* @alpha
|
||||
* @public
|
||||
*/
|
||||
export const systemMetadata = createServiceRef<
|
||||
import('./SystemMetadataService').SystemMetadataService
|
||||
|
||||
Reference in New Issue
Block a user