Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/document.dto.ts
Response for list documents with pagination
Properties
| Property | Type |
|---|---|
documents | Document[] |
totalCount | number |
limit | number |
offset | number |
Kind: Interface
Source: atloria-monorepo/packages/types/src/dtos/document.dto.ts
Response for list documents with pagination
| Property | Type |
|---|---|
documents | Document[] |
totalCount | number |
limit | number |
offset | number |
Was this page helpful?