# DocumentData

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/[audienceSlug]/[documentSlug]/DocumentPageClient.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/[audienceSlug]/[documentSlug]/DocumentPageClient.tsx#L55)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `title` | `string` |
| `slug` | `string` |
| `content` | `string` |
| `toc` | `TocEntry[]` |
| `pageType` | `string | null` |
| `updatedAt` | `string` |
| `category` | `{
    id: string;
    name: string;
    slug: string;
    icon: string | null;
    color: string | null;
  } | null` |
| `removed` | `{ at: string | null } | null` |
| `language` | `string` |
| `translation` | `{ language: string; machineTranslated: boolean; stale: boolean } | null` |
| `untranslated` | `{ requestedLanguage: string } | null` |
| `imageVariants` | `Record<string, { desktop: string; tablet?: string; mobile?: string; crops?: string[] }> | null` |
