Score RFV clients without phone
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m46s

This commit is contained in:
Cauê Faleiros
2026-06-17 09:59:57 -03:00
parent ed1f129b07
commit ce72231560
4 changed files with 29 additions and 20 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;