CompoundEntityRef
Home > @backstage/catalog-model
> CompoundEntityRef
All parts of a complete entity ref, forming a full kind-namespace-name triplet.
Signature:
export type CompoundEntityRef = {
kind: string;
namespace: string;
name: string;
};