fix api report
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -14,12 +14,19 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/** @internal */
|
||||
type Target = string | { internal: string; external: string };
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
*/
|
||||
export interface BackstageInstance {
|
||||
url: Target;
|
||||
}
|
||||
|
||||
/**
|
||||
* @alpha
|
||||
*/
|
||||
export interface SystemMetadataService {
|
||||
listInstances(): Promise<BackstageInstance[]>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user