# CodeRelationship

**Kind:** Interface

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

Simplified relationship representation for AI analysis

## Properties

| Property | Type |
|---|---|
| `sourceId` | `string` |
| `targetId` | `string` |
| `type` | `string` |
| `metadata` | `Record<string, any>` |
