[Trunk | Library]: CuratorInfo.ts: Add new fields and rename existing in class 'Affiliation'.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55984 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-06-04 13:30:44 +00:00
parent cb691526c3
commit 792986be29
1 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,9 @@ export class Curator {
}
export class Affiliation {
communityId: string;
id: string;
name: string;
logoUrl: string;
websiteUrl: string;
logo_url: string;
website_url: string;
}