show insights explorer count on data management page

This commit is contained in:
MaysWind
2026-01-11 14:24:38 +08:00
parent ca959fb9ce
commit 9b4dd5600a
25 changed files with 59 additions and 9 deletions
+2
View File
@@ -24,6 +24,7 @@ export interface DataStatisticsResponse {
readonly totalTransactionTagCount: string;
readonly totalTransactionCount: string;
readonly totalTransactionPictureCount: string;
readonly totalInsightsExplorerCount: string;
readonly totalTransactionTemplateCount: string;
readonly totalScheduledTransactionCount: string;
}
@@ -34,6 +35,7 @@ export interface DisplayDataStatistics {
readonly totalTransactionTagCount: string;
readonly totalTransactionCount: string;
readonly totalTransactionPictureCount: string;
readonly totalInsightsExplorerCount: string;
readonly totalTransactionTemplateCount: string;
readonly totalScheduledTransactionCount: string;
}