Skip to content

Commit

Permalink
fix(types): add serverTimeMS to search response (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Apr 10, 2024
1 parent 3ce4eae commit a1d1707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/client-search/src/types/SearchResponse.ts
Expand Up @@ -52,6 +52,11 @@ export type SearchResponse<TObject = {}> = {
*/
processingTimeMS: number;

/**
* Time the server took to process the request, in milliseconds.
*/
serverTimeMS?: number;

/**
* Whether the nbHits is exhaustive (true) or approximate (false).
*
Expand Down

0 comments on commit a1d1707

Please sign in to comment.