fix api report again

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-01-03 23:15:32 -07:00
parent 248c391112
commit c6f1ee8b43
@@ -23,9 +23,7 @@ import { RootConfigService } from '@backstage/backend-plugin-api';
import { ServiceFactory } from '@backstage/backend-plugin-api';
import { SystemMetadataService } from '@backstage/backend-plugin-api/alpha';
// Warning: (ae-missing-release-tag) "DefaultSystemMetadataService" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
// @alpha (undocumented)
export class DefaultSystemMetadataService implements SystemMetadataService {
constructor(options: { logger: LoggerService; config: RootConfigService });
// (undocumented)