# SyncEntityDto

**Kind:** Class

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

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `type` | `string` |
| `name` | `string` |
| `filePath` | `string` |
| `startLine` | `number` |
| `endLine` | `number` |
| `framework` | `string` |
| `metadata` | `Record<string, unknown>` |
