fix(cicd-statistics): Don't export the routeRef

Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
Gustaf Räntilä
2022-01-14 14:25:32 +01:00
committed by blam
parent 37218e495e
commit 721dca4a14
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -147,11 +147,8 @@ export type FilterStatusType =
| 'stalled'
| 'expired';
// Warning: (ae-missing-release-tag) "rootCatalogCicdStatsRouteRef" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
// Warning: (ae-missing-release-tag) "GetConfigurationOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const rootCatalogCicdStatsRouteRef: RouteRef<undefined>;
// @public
export interface GetConfigurationOptions {
// (undocumented)
+1 -1
View File
@@ -20,7 +20,7 @@ import {
createRouteRef,
} from '@backstage/core-plugin-api';
export const rootCatalogCicdStatsRouteRef = createRouteRef({
const rootCatalogCicdStatsRouteRef = createRouteRef({
id: 'cicd-statistics',
});