+
+
+
+
diff --git a/resources/js/types/dashboard.ts b/resources/js/types/dashboard.ts
index 933b5b3..de81bf3 100644
--- a/resources/js/types/dashboard.ts
+++ b/resources/js/types/dashboard.ts
@@ -40,5 +40,6 @@ export interface AnalysisPageProps {
orderChannels: any[];
topProducts: any[];
topCustomers: any[];
+ topCategories: any[];
[key: string]: any;
}