Skip to content

DocumentData

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/web/src/app/p/[slugId]/[audienceSlug]/[documentSlug]/DocumentPageClient.tsx

Properties

PropertyType
idstring
titlestring
slugstring
contentstring
tocTocEntry[]
pageType`string
updatedAtstring
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?

Download as PDF