DerivedOutput: {
derivedRelationships: {
derivationType: "transitive" | "composite" | "inverse";
derivedFrom: { from: string; to: string; type: string }[];
from: string;
to: string;
type: string;
}[];
summary: {
composite: number;
inverse: number;
total: number;
transitive: number;
};
}
Type Declaration
derivedRelationships: {
derivationType: "transitive" | "composite" | "inverse";
derivedFrom: { from: string; to: string; type: string }[];
from: string;
to: string;
type: string;
}[]
summary: { composite: number; inverse: number; total: number; transitive: number }
Output of derived relationships inference operation.