# CreateDocumentDto

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/dtos/document.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/dtos/document.dto.ts#L7)

DTO for creating a new document

## Properties

| Property | Type |
|---|---|
| `title` | `string` |
| `slug` | `string` |
| `content` | `string` |
| `contentHtml` | `string` |
| `type` | `DocumentType` |
| `source` | `DocumentSource` |
| `audiences` | `Audience[]` |
| `projectId` | `string` |
| `createdById` | `string` |
| `kgEntityId` | `string` |
| `kgEntityType` | `string` |
| `isPublic` | `boolean` |
| `canRegenerate` | `boolean` |
