fix api report
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user