This commit is contained in:
adueck 2023-01-22 20:55:00 +05:00
parent ae12336f85
commit ef86a06bf7
1 changed files with 1 additions and 1 deletions

View File

@ -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[],
}; };