Skip to content

Commit 8503c3e

Browse files
algolia-botkai687millotp
committed
fix(specs): required prop for dictionaryEntry (generated)
algolia/api-clients-automation#3449 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent d9500e7 commit 8503c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-search/model/dictionaryEntry.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export type DictionaryEntry = Record<string, any> & {
1212
*/
1313
objectID: string;
1414

15-
language: SupportedLanguage;
15+
language?: SupportedLanguage;
1616

1717
/**
1818
* Matching dictionary word for `stopwords` and `compounds` dictionaries.

0 commit comments

Comments
 (0)