diff options
author | StefanVukovic99 <stefanvukovic44@gmail.com> | 2024-01-27 09:59:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 08:59:39 +0000 |
commit | a3224f688f44c9c913f32add1223e922ce88e65a (patch) | |
tree | b23432bdfb87418766b6872662749cb85418ffdf /types | |
parent | 6ba1ffe74558dd174e3308d48885fb068fa37d55 (diff) |
fix deinflection bug (#547)
* fix deinflection bug
* add test
Diffstat (limited to 'types')
-rw-r--r-- | types/ext/deinflector.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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]: { |