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