show insights explorer count on data management page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user