Kind: Interface
Source: atloria-monorepo/packages/types/src/models/document.ts
Document model
Properties
| Property | Type |
|---|---|
id | string |
title | string |
slug | string |
content | string |
contentHtml | `string |
type | DocumentType |
source | DocumentSource |
audienceIds | string[] |
state | DocumentState |
version | number |
parentVersionId | `string |
canRegenerate | boolean |
kgEntityId | `string |
kgEntityType | `string |
isPublic | boolean |
publishedAt | `Date |
projectId | string |
categoryId | `string |
createdById | string |
updatedById | `string |
order | number |
createdAt | Date |
updatedAt | Date |
Was this page helpful?