deprecate EntityName, introduce CompoundEntityRef
deprecate getEntityName, introduce getCompoundEntityRef Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
import {
|
||||
Entity,
|
||||
EntityName,
|
||||
CompoundEntityRef,
|
||||
RELATION_OWNED_BY,
|
||||
} from '@backstage/catalog-model';
|
||||
import {
|
||||
@@ -56,7 +56,7 @@ type FossaRow = {
|
||||
resolved: {
|
||||
name: string;
|
||||
ownedByRelationsTitle?: string;
|
||||
ownedByRelations: EntityName[];
|
||||
ownedByRelations: CompoundEntityRef[];
|
||||
loading: boolean;
|
||||
details?: FindingSummary;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user