Add date and subject fields to communityInfo structure

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@51029 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
sofia.baltzi 2018-03-02 16:07:47 +00:00
parent 30e67bbcea
commit 843d77efbf
1 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,6 @@ export class CommunityInfo {
logoUrl: string;
description: string;
managers: string[];
date:string;
subject: string[];
}