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

10 lines
166 B
TypeScript

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