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 1970564 commit 3975cfbCopy full SHA for 3975cfb
packages/client-search/model/synonymType.ts
@@ -3,4 +3,12 @@
3
/**
4
* Synonym type.
5
*/
6
-export type SynonymType = 'synonym' | 'onewaysynonym' | 'altcorrection1' | 'altcorrection2' | 'placeholder';
+export type SynonymType =
7
+ | 'synonym'
8
+ | 'onewaysynonym'
9
+ | 'altcorrection1'
10
+ | 'altcorrection2'
11
+ | 'placeholder'
12
+ | 'oneWaySynonym'
13
+ | 'altCorrection1'
14
+ | 'altCorrection2';
0 commit comments