feat: implement axios client with interceptors, dashboard caching, and core application modules

This commit is contained in:
2026-06-22 15:27:19 +05:30
parent 514a656fa8
commit 39c4e1b390
11 changed files with 29 additions and 27 deletions

View File

@@ -32,6 +32,7 @@ interface DashboardCache {
batchAudited: number;
batchPending: number;
batchAnomaliesFound: number;
firstPendingIndex: number;
} | null;
}