# SyncRelationshipDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/graph/dto/sync-relationships.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/graph/dto/sync-relationships.dto.ts#L17)

Relationship DTO for bulk sync operations from CLI
Matches the format sent by CLI's ApiProvider

## Properties

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