fix api report

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-01-03 22:56:35 -07:00
parent e6b480badc
commit 248c391112
2 changed files with 7 additions and 2 deletions
@@ -26,6 +26,10 @@ export { actionsRegistryServiceRef, actionsServiceRef } from './refs';
import { createServiceRef } from '@backstage/backend-plugin-api';
/**
* EXPERIMENTAL: System metadata service.
* @alpha
*/
export const systemMetadataServiceRef = createServiceRef<
import('./services/definitions/SystemMetadataService').SystemMetadataService
>({
@@ -35,4 +39,5 @@ export const systemMetadataServiceRef = createServiceRef<
export type {
BackstageInstance,
SystemMetadataService,
Target,
} from './services/definitions/SystemMetadataService';
@@ -14,8 +14,8 @@
* limitations under the License.
*/
/** @internal */
type Target = string | { internal: string; external: string };
/** @alpha */
export type Target = string | { internal: string; external: string };
/**
* @alpha