Skip to content

Commit 796e8a5

Browse files
committed
fix(types): fix return type for stemming dictionaries
1 parent 9d91c45 commit 796e8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Typesense/StemmingDictionary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface StemmingDictionaryCreateSchema {
88

99
export interface StemmingDictionarySchema {
1010
id: string;
11-
words: StemmingDictionaryCreateSchema;
11+
words: StemmingDictionaryCreateSchema[];
1212
}
1313

1414
export default class StemmingDictionary {

0 commit comments

Comments
 (0)