@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias RelationshipHierarchy<T>

    RelationshipHierarchy: Record<
        T,
        {
            composite: boolean;
            cyclicReferences?: string[];
            nodeId: string;
            relationships?: DescendantRelationships;
            table: T;
        },
    >

    Represents the complete relationship hierarchy for a given table.

    Type Parameters

    • T extends string

      The table name type