Kind: Interface
Source: atloria-monorepo/packages/api-client/src/endpoints/documents.ts
Document model for API responses
Properties
| Property | Type |
|---|---|
id | string |
title | string |
slug | string |
content | string |
contentHtml | string |
type | string |
source | string |
audiences | string[] |
projectId | string |
createdById | string |
updatedById | string |
state | string |
isPublic | boolean |
canRegenerate | boolean |
kgEntityId | string |
kgEntityType | string |
createdAt | string |
updatedAt | string |
Was this page helpful?