[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:
parent
cb691526c3
commit
792986be29
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue