explore-services/portal/src/app/entities/personInfo.ts

10 lines
166 B
TypeScript

export class PersonInfo {
fullname: string;
firstname: string;
secondnames: string;
country: string;
publications: any;
researchData: any;
}