Fix RFV period buyers with historical scoring
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m34s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m34s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user