Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/document.dto.ts
DTO for filtering/searching documents
Properties
| Property | Type |
|---|---|
projectId | string |
categoryId | string |
docVersionId | string |
type | DocumentType |
state | DocumentState |
audiences | Audience[] |
search | string |
sortBy | string |
sortOrder | `'asc' |
limit | number |
offset | number |
Was this page helpful?