oops
This commit is contained in:
parent
ae12336f85
commit
ef86a06bf7
|
@ -28,7 +28,7 @@ export type Dictionary = {
|
||||||
entries: DictionaryEntry[];
|
entries: DictionaryEntry[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export type WordlistWithInflections = {
|
export type AllWordsWithInflections = {
|
||||||
info: DictionaryInfo,
|
info: DictionaryInfo,
|
||||||
words: PsString[],
|
words: PsString[],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue