Kind: Interface
Source: atloria-monorepo/packages/ui-react/src/hooks/useDocuments.ts
Return type for useDocuments hook
Properties
| Property | Type |
|---|---|
documents | Document[] |
loading | boolean |
error | `Error |
totalCount | number |
refresh | () => Promise<void> |
Kind: Interface
Source: atloria-monorepo/packages/ui-react/src/hooks/useDocuments.ts
Return type for useDocuments hook
| Property | Type |
|---|---|
documents | Document[] |
loading | boolean |
error | `Error |
totalCount | number |
refresh | () => Promise<void> |
Was this page helpful?