Kind: Interface
Source: atloria-monorepo/packages/api-client/src/endpoints/documents.ts
Document list response with pagination
Properties
| Property | Type |
|---|---|
documents | Document[] |
totalCount | number |
limit | number |
offset | number |
Kind: Interface
Source: atloria-monorepo/packages/api-client/src/endpoints/documents.ts
Document list response with pagination
| Property | Type |
|---|---|
documents | Document[] |
totalCount | number |
limit | number |
offset | number |
Was this page helpful?