export type Anthroponym = {
    givenName?: string;
    patronymicName?: string;
    familyName?: string;
};
