explore-services/src/app/entities/projectInfo.ts

16 lines
334 B
TypeScript

export class ProjectInfo {
acronym: string;
title: string;
callIdentifier: string;
funder: string;
funding: string;
contractNum: string;
startDate: string;
endDate: string;
openAccessMandate: string;
specialClause39: string;
organizations: string[];
url: string;
urlInfo: string;
}