We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9500e7 commit 8503c3eCopy full SHA for 8503c3e
packages/client-search/model/dictionaryEntry.ts
@@ -12,7 +12,7 @@ export type DictionaryEntry = Record<string, any> & {
12
*/
13
objectID: string;
14
15
- language: SupportedLanguage;
+ language?: SupportedLanguage;
16
17
/**
18
* Matching dictionary word for `stopwords` and `compounds` dictionaries.
0 commit comments