Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/suggestion.dto.ts
Create suggestion DTO
Properties
| Property | Type |
|---|---|
originalText | string |
suggestedText | string |
positionStart | number |
positionEnd | number |
Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/suggestion.dto.ts
Create suggestion DTO
| Property | Type |
|---|---|
originalText | string |
suggestedText | string |
positionStart | number |
positionEnd | number |
Was this page helpful?