Kind: Class
Source: atloria-monorepo/apps/api/src/comment/dto/comment-filters.dto.ts
DTO for filtering comments when listing
Properties
| Property | Type |
|---|---|
resolved | boolean |
search | string |
Where it refuses work
CommentFiltersDtostops the work with an early return whenvalue === 'true'.CommentFiltersDtostops the work with an early return whenvalue === 'false'.
Was this page helpful?