argos/dmp-frontend/src/app/core/model/recent-activity/recent-activity.model.ts

17 lines
277 B
TypeScript
Raw Normal View History

2020-07-01 17:25:16 +02:00
export class RecentActivityModel {
id: String;
title: String;
description: String;
created: Date;
modified: Date;
status: number;
version: number;
grant: String;
grantAbbreviation: String;
grantId: String;
finalizedAt: Date;
publishedAt: Date;
profile: String;
}