Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/document.dto.ts
DTO for updating a document
Properties
| Property | Type |
|---|---|
title | string |
slug | string |
content | string |
contentHtml | string |
type | DocumentType |
audiences | Audience[] |
state | DocumentState |
kgEntityId | string |
kgEntityType | string |
isPublic | boolean |
canRegenerate | boolean |
updatedById | string |
Was this page helpful?