argos/dmp-frontend/src/app/core/model/project/project-overview.ts

10 lines
164 B
TypeScript
Raw Normal View History

2019-05-21 15:42:28 +02:00
export interface ProjectOverviewModel {
id: String;
label: String;
uri: String;
abbreviation: String;
description: String;
startDate: Date;
endDate: Date;
}