fix(web): align dashboard summary contract
This commit is contained in:
@@ -10,6 +10,7 @@ export interface DashboardSummaryF4 {
|
||||
inactiveUsers: number;
|
||||
activeSessions: number;
|
||||
openFindings: number;
|
||||
actsInFollowUp: number;
|
||||
findingsWithoutControlDate: number;
|
||||
overdueControls: number;
|
||||
controlsNext30Days: number;
|
||||
@@ -17,7 +18,7 @@ export interface DashboardSummaryF4 {
|
||||
reportsOfficialized: number;
|
||||
sealedActsWithoutReport: number;
|
||||
};
|
||||
recentAudit: Array<{
|
||||
recentInspectorActivity: Array<{
|
||||
id: string;
|
||||
occurredAt: string;
|
||||
actorUsername: string | null;
|
||||
|
||||
Reference in New Issue
Block a user