Merge pull request #9375 from backstage/freben/inspect
catalog: add an entity inspection dialog
This commit is contained in:
@@ -133,10 +133,10 @@ export type CatalogEntityAncestorsRequest = {
|
||||
|
||||
// @public
|
||||
export type CatalogEntityAncestorsResponse = {
|
||||
root: EntityName;
|
||||
rootEntityRef: string;
|
||||
items: {
|
||||
entity: Entity;
|
||||
parents: EntityName[];
|
||||
parentEntityRefs: string[];
|
||||
}[];
|
||||
};
|
||||
|
||||
|
||||
@@ -121,8 +121,8 @@ export type CatalogEntityAncestorsRequest = {
|
||||
* @public
|
||||
*/
|
||||
export type CatalogEntityAncestorsResponse = {
|
||||
root: EntityName;
|
||||
items: { entity: Entity; parents: EntityName[] }[];
|
||||
rootEntityRef: string;
|
||||
items: { entity: Entity; parentEntityRefs: string[] }[];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user