# DependencyTree

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/relationship.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/relationship.interface.ts#L321)

Dependency tree structure

## Properties

| Property | Type |
|---|---|
| `rootId` | `string` |
| `rootName` | `string` |
| `rootType` | `string` |
| `children` | `DependencyNode[]` |
| `depth` | `number` |
| `totalNodes` | `number` |
