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

9 lines
245 B
TypeScript

import { Serializable } from "../../../common/types/json/serializable";
export interface DashboardStatisticsModel {
totalDataManagementPlanCount: number;
totalGrantCount: number;
totalDataSetCount: number;
totalOrganisationCount: number;
}