Project

General

Profile

1 61381 k.triantaf
export class CommunityInfo {
2
  title: string;
3
  shortTitle:string;
4
  communityId: string;
5
  queryId: string;
6
  type: string;
7
  logoUrl: string;
8
  description: string;
9
  managers: string[];
10
  date:Date;
11
  subjects: string[];
12
  status:string;
13
  zenodoCommunity:string;
14
  isUpload: boolean;
15
  isSubscribed: boolean;
16
  isManager: boolean;
17
}
18
// export const prodReadyCommunities = ["dh-ch", "ee", "fam", "mes", "ni", "covid-19", "dariah", "epos", "egi"];