Kind: Interface
Source: atloria-monorepo/apps/api/src/document/dto/search-document.dto.ts
Search result response
Properties
| Property | Type |
|---|---|
results | any[] |
total | number |
facets | SearchFacets |
query | string |
took | number |
Kind: Interface
Source: atloria-monorepo/apps/api/src/document/dto/search-document.dto.ts
Search result response
| Property | Type |
|---|---|
results | any[] |
total | number |
facets | SearchFacets |
query | string |
took | number |
Was this page helpful?