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.
1 parent 499dabc commit 357bc57Copy full SHA for 357bc57
templates/javascript/clients/algoliasearch/builds/definition.mustache
@@ -2,6 +2,9 @@
2
3
import type { ClientOptions } from '@algolia/client-common';
4
5
+import type { SearchClient } from '@algolia/client-search';
6
+import { searchClient } from '@algolia/client-search';
7
+
8
{{#dependencies}}
9
import { {{{dependencyName}}}Client } from '{{{dependencyPackage}}}';
10
import type { {{#lambda.titlecase}}{{{dependencyName}}}{{/lambda.titlecase}}Client } from '{{{dependencyPackage}}}';
0 commit comments