# EntityRelationship

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

## Properties

| Property | Type |
|---|---|
| `sourceEntity` | `string` |
| `targetEntity` | `string` |
| `relationshipType` | `'one-to-many' | 'many-to-one' | 'one-to-one' | 'many-to-many'` |
| `propertyName` | `string` |
| `filePath` | `string` |
| `lineNumber` | `number` |
