interface ICommonUser {
    abbr_full_name: string;
    birthdate_or_ogrn: string;
    full_name_or_short_name: string;
}

Properties

abbr_full_name: string
birthdate_or_ogrn: string
full_name_or_short_name: string