Kind: Class
Source: atloria-monorepo/apps/api/src/document/dto/create-document.dto.ts
Properties
| Property | Type |
|---|---|
title | string |
slug | string |
content | string |
type | DocumentType |
audiences | string[] |
projectId | string |
categoryId | string |
source | DocumentSource |
canRegenerate | boolean |
kgEntityId | string |
kgEntityType | string |
Was this page helpful?