From a3224f688f44c9c913f32add1223e922ce88e65a Mon Sep 17 00:00:00 2001 From: StefanVukovic99 Date: Sat, 27 Jan 2024 09:59:39 +0100 Subject: fix deinflection bug (#547) * fix deinflection bug * add test --- types/ext/deinflector.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types') diff --git a/types/ext/deinflector.d.ts b/types/ext/deinflector.d.ts index 4e5f007b..5defbf79 100644 --- a/types/ext/deinflector.d.ts +++ b/types/ext/deinflector.d.ts @@ -17,7 +17,7 @@ import type * as TranslationInternal from './translation-internal'; -export type ReasonTypeRaw = 'v1' | 'v5' | 'vs' | 'vk' | 'vz' | 'adj-i' | 'iru'; +export type ReasonTypeRaw = 'v1' | 'v1d' | 'v1p' | 'v5' | 'vs' | 'vk' | 'vz' | 'adj-i' | 'iru'; export type ReasonsRaw = { [reason: string]: { -- cgit v1.2.3