feat(admin-dashboard): add full result drilldown modals
This commit is contained in:
@@ -760,6 +760,7 @@ export interface AnalyticsPointSchema {
|
||||
}
|
||||
|
||||
export interface AnalyticsPointGroupSchema {
|
||||
items: AnalyticsPointSchema[];
|
||||
top_items: AnalyticsPointSchema[];
|
||||
other_count: number;
|
||||
total_count: number;
|
||||
@@ -797,6 +798,7 @@ export interface AnalyticsPostPopularitySchema {
|
||||
}
|
||||
|
||||
export interface AnalyticsPostPopularityGroupSchema {
|
||||
items: AnalyticsPostPopularitySchema[];
|
||||
top_items: AnalyticsPostPopularitySchema[];
|
||||
other_count: number;
|
||||
total_count: number;
|
||||
|
||||
Reference in New Issue
Block a user