fix(web): align dashboard summary contract

This commit is contained in:
2026-09-08 18:07:26 -03:00
parent 79258836b1
commit 8389991b2c
+2 -1
View File
@@ -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;