Interface DeclensionInput

The input parameters for anthroponym declension.

Example

{
gender: shevchenko.GrammaticalGender.MASCULINE,
givenName: 'Тарас',
patronymicName: 'Григорович',
familyName: 'Шевченко',
}

Hierarchy

  • DeclensionInput

Properties

familyName?: string
givenName?: string
patronymicName?: string

Generated using TypeDoc