Kind: Interface
Source: atloria-monorepo/packages/types/src/models/suggestion.ts
Suggestion model
Properties
| Property | Type |
|---|---|
id | string |
documentId | string |
originalText | string |
suggestedText | string |
positionStart | number |
positionEnd | number |
status | SuggestionStatus |
reviewComment | `string |
suggestedById | string |
createdAt | Date |
updatedAt | Date |
Was this page helpful?