# SyncResultDto

**Kind:** Class

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

Single sync result

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `slug` | `string` |
| `status` | `'created' | 'updated' | 'skipped' | 'failed'` |
| `error` | `string` |
| `version` | `number` |
