Kind: Interface
Source: atloria-monorepo/packages/api-client/src/endpoints/documents.ts
Document revision — snapshot of a document's state at a point in time
Properties
| Property | Type |
|---|---|
id | string |
documentId | string |
version | number |
content | string |
title | string |
createdAt | string |
createdBy | `{ |
id: string; name: string; email: string;
} | null` |
Was this page helpful?