# Relationship

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

Relationship between two entities

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `type` | `RelationshipType` |
| `sourceId` | `string` |
| `targetId` | `string` |
| `metadata` | `RelationshipMetadata` |
