# Document

**Kind:** Interface

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

Document model

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `content` | `string` |
| `contentHtml` | `string | null` |
| `type` | `DocumentType` |
| `source` | `DocumentSource` |
| `audienceIds` | `string[]` |
| `state` | `DocumentState` |
| `version` | `number` |
| `parentVersionId` | `string | null` |
| `canRegenerate` | `boolean` |
| `kgEntityId` | `string | null` |
| `kgEntityType` | `string | null` |
| `isPublic` | `boolean` |
| `publishedAt` | `Date | null` |
| `projectId` | `string` |
| `categoryId` | `string | null` |
| `createdById` | `string` |
| `updatedById` | `string | null` |
| `order` | `number` |
| `createdAt` | `Date` |
| `updatedAt` | `Date` |
