EntityRelationSpec
Home > @backstage/plugin-catalog-node
> EntityRelationSpec
Holds the relation data for entities.
Signature:
export type EntityRelationSpec = {
source: CompoundEntityRef;
type: string;
target: CompoundEntityRef;
};
References: CompoundEntityRef