argos/dmp-frontend/src/app/core/model/researcher/researcher.ts

9 lines
134 B
TypeScript
Raw Normal View History

2019-01-18 18:03:45 +01:00
export interface ResearcherModel {
2020-07-06 17:42:54 +02:00
id: string;
2019-01-18 18:03:45 +01:00
name: String;
reference: String;
2019-01-18 18:03:45 +01:00
lastName: String;
uri: String;
email: String;
}