fix api reports for realz

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-05-13 17:54:55 -04:00
parent d9e63b6450
commit 3049109f4f
7 changed files with 35 additions and 23 deletions
@@ -15,7 +15,7 @@
*/
/**
* @alpha
* @public
*/
export interface BackstageInstance {
internalUrl: string;
@@ -23,7 +23,7 @@ export interface BackstageInstance {
}
/**
* @alpha
* @public
*/
export interface SystemMetadataService {
introspect(): Promise<{ instances: BackstageInstance[] }>;
@@ -72,6 +72,10 @@ export type {
SchedulerServiceTaskScheduleDefinition,
SchedulerServiceTaskScheduleDefinitionConfig,
} from './SchedulerService';
export type {
BackstageInstance,
SystemMetadataService,
} from './SystemMetadataService';
export type {
UrlReaderService,
UrlReaderServiceReadTreeOptions,