# TestDocumentData

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web-e2e/src/utils/data-factories.ts#L52)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `content` | `string` |
| `type` | `'MANUAL' | 'GENERATED' | 'HYBRID' | 'WIKI' | 'API_GUIDE'` |
| `audiences` | `('TECHNICAL' | 'USER' | 'API' | 'INTERNAL')[]` |
| `createdAt` | `string` |
| `updatedAt` | `string` |
