Rollback analytics to ed1f129b07
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m5s

This commit is contained in:
Cauê Faleiros
2026-06-17 12:13:48 -03:00
parent aedfedca76
commit 10c69457ba
8 changed files with 78 additions and 239 deletions

View File

@@ -64,7 +64,6 @@ export interface DashboardAnalytics {
}
export interface ClientAnalyticsItem {
customerKey: string;
name: string;
phone: string;
quantityPurchased: number;
@@ -74,7 +73,6 @@ export interface ClientAnalyticsItem {
}
export interface RfmClient {
customerKey: string;
name: string;
phone: string;
monetary: number;