Type Alias DerivedRelationship
DerivedRelationship: {
derivationType: "transitive" | "composite" | "inverse";
derivedFrom: { from: string; to: string; type: string }[];
from: string;
to: string;
type: string;
}
Type Declaration
derivationType: "transitive" | "composite" | "inverse"
derivedFrom: { from: string; to: string; type: string }[]
from: string
to: string
type: string
A derived relationship inferred from the graph.