EntityRelation
Home > @backstage/catalog-model
> EntityRelation
A relation of a specific type to another entity in the catalog.
Signature:
export type EntityRelation = {
type: string;
targetRef: string;
};
Home > @backstage/catalog-model
> EntityRelation
A relation of a specific type to another entity in the catalog.
Signature:
export type EntityRelation = {
type: string;
targetRef: string;
};