We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
serverTimeMS
1 parent 3ce4eae commit a1d1707Copy full SHA for a1d1707
packages/client-search/src/types/SearchResponse.ts
@@ -52,6 +52,11 @@ export type SearchResponse<TObject = {}> = {
52
*/
53
processingTimeMS: number;
54
55
+ /**
56
+ * Time the server took to process the request, in milliseconds.
57
+ */
58
+ serverTimeMS?: number;
59
+
60
/**
61
* Whether the nbHits is exhaustive (true) or approximate (false).
62
*
0 commit comments