Project

General

Profile

1
export class PersonInfo {
2
    fullname: string;
3
    firstname: string;
4
    secondnames: string;
5
    country: string;
6

    
7
    publications: any;
8
    researchData: any;
9
}
(6-6/10)