Fix RFV period buyers with historical scoring
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m34s

This commit is contained in:
Cauê Faleiros
2026-06-17 15:07:59 -03:00
parent 10c69457ba
commit 3a907b0743
6 changed files with 89 additions and 48 deletions

View File

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