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

8 lines
214 B
TypeScript

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