# DependencyNode

**Kind:** Interface

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

Node in a dependency tree

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `type` | `string` |
| `relationshipType` | `RelationshipType` |
| `children` | `DependencyNode[]` |
| `depth` | `number` |
