diff --git a/src/types.ts b/src/types.ts index 3d64836..66d290c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -28,7 +28,7 @@ export type Dictionary = { entries: DictionaryEntry[]; } -export type WordlistWithInflections = { +export type AllWordsWithInflections = { info: DictionaryInfo, words: PsString[], };