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