Add publicationInfo class
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@50569 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3725a1c09a
commit
ec6c725c77
|
@ -0,0 +1,7 @@
|
||||||
|
export class PublicationInfo {
|
||||||
|
title: string;
|
||||||
|
accessRights: string;
|
||||||
|
authors: string[];
|
||||||
|
year: string;
|
||||||
|
description: string;
|
||||||
|
}
|
Loading…
Reference in New Issue