Type alias DeclensionOutput<T>

DeclensionOutput<T>: Omit<T, "gender">

The output result of anthroponym declension.

Example

{
givenName: 'Тарасе',
patronymicName: 'Григоровичу',
familyName: 'Шевченку',
}

Type Parameters

Generated using TypeDoc