Kind: Interface
Source: atloria-monorepo/apps/web/src/app/p/[slugId]/[audienceSlug]/[documentSlug]/DocumentPageClient.tsx
Properties
| Property | Type |
|---|---|
id | string |
title | string |
slug | string |
content | string |
toc | TocEntry[] |
pageType | `string |
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` |
Was this page helpful?