Kind: Interface
Source: atloria-monorepo/packages/types/src/models/comment.ts
Comment model
Properties
| Property | Type |
|---|---|
id | string |
documentId | string |
parentCommentId | `string |
content | string |
selectionText | `string |
positionStart | `number |
positionEnd | `number |
resolved | boolean |
createdById | string |
createdAt | Date |
updatedAt | Date |
Was this page helpful?