Home > @tridion-sites/open-api-client > DependencyGraphNode
Represents a node in a dependency graph.
Signature:
export type DependencyGraphNode = {
$type?: string;
Dependencies?: Array<DependencyGraphNode>;
ExistsInContext?: boolean;
HasMore?: boolean;
Item?: IdentifiableObject;
};
References: DependencyGraphNode, IdentifiableObject