# RelationshipMetadata

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

Metadata for relationships

## Properties

| Property | Type |
|---|---|
| `props` | `string[]` |
| `httpMethod` | `string` |
| `importType` | `'named' | 'default' | 'namespace' | 'side-effect'` |
| `foreignKey` | `string` |
| `line` | `number` |
| `optional` | `boolean` |
| `lazy` | `boolean` |
| `cascade` | `string[]` |
