# SyncDocumentDto

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

Document sync DTO for batch operations

## Properties

| Property | Type |
|---|---|
| `title` | `string` |
| `slug` | `string` |
| `content` | `string` |
| `type` | `string` |
| `description` | `string` |
| `audiences` | `string[]` |
| `categoryName` | `string` |
| `kgEntityId` | `string` |
| `kgEntityType` | `string` |
| `canRegenerate` | `boolean` |
| `order` | `number` |
| `parentSlug` | `string` |
