Kind: Class
Source: atloria-monorepo/apps/api/src/document/dto/document-filters.dto.ts
Properties
| Property | Type |
|---|---|
projectId | string |
categoryId | string |
docVersionId | string |
state | DocumentState |
audience | string |
type | DocumentType |
search | string |
limit | number |
offset | number |
sortBy | string |
sortOrder | `'asc' |
Was this page helpful?