# CommentFiltersDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/comment/dto/comment-filters.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/comment/dto/comment-filters.dto.ts#L8)

DTO for filtering comments when listing

## Properties

| Property | Type |
|---|---|
| `resolved` | `boolean` |
| `search` | `string` |

## Where it refuses work

- `CommentFiltersDto` stops the work with an early return when `value === 'true'`.
- `CommentFiltersDto` stops the work with an early return when `value === 'false'`.
