# ImpactAnalysis

**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#L439)

Impact analysis result

## Properties

| Property | Type |
|---|---|
| `entityId` | `string` |
| `directDependencies` | `string[]` |
| `directDependents` | `string[]` |
| `allDependencies` | `string[]` |
| `allDependents` | `string[]` |
| `impactScore` | `number` |
| `recommendations` | `string[]` |
