argos/dmp-frontend/src/app/core/model/dashboard/dashboard-statistics-model.ts

7 lines
172 B
TypeScript

export interface DashboardStatisticsModel {
totalDataManagementPlanCount: number;
totalGrantCount: number;
totalDataSetCount: number;
totalOrganisationCount: number;
}