You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,17 +15,24 @@ export type DocSearchTranslations = Partial<{
16
15
modal: ModalTranslations;
17
16
}>;
18
17
18
+
// The interface that describes the minimal implementation required for the algoliasearch client, when using the [`transformSearchClient`](https://docsearch.algolia.com/docs/api/#transformsearchclient) option.
0 commit comments