251211:1622 Frontend: refactor Dashboard (not finish)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
export interface DashboardStats {
|
||||
correspondences: number;
|
||||
rfas: number;
|
||||
totalDocuments: number;
|
||||
documentsThisMonth: number;
|
||||
pendingApprovals: number;
|
||||
approved: number;
|
||||
pending: number;
|
||||
totalRfas: number;
|
||||
totalCirculations: number;
|
||||
}
|
||||
|
||||
export interface ActivityLog {
|
||||
|
||||
Reference in New Issue
Block a user