From ef86a06bf7e4c9c093cdd74bb1033e1be5082b68 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 22 Jan 2023 20:55:00 +0500 Subject: [PATCH] oops --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[], };