Show all clients in clients page
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 56s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 56s
This commit is contained in:
@@ -63,6 +63,15 @@ export interface DashboardAnalytics {
|
||||
}>;
|
||||
}
|
||||
|
||||
export interface ClientAnalyticsItem {
|
||||
name: string;
|
||||
phone: string;
|
||||
quantityPurchased: number;
|
||||
totalSpent: number;
|
||||
orderCount: number;
|
||||
lastPurchaseDate: string;
|
||||
}
|
||||
|
||||
export interface RfmClient {
|
||||
name: string;
|
||||
phone: string;
|
||||
|
||||
Reference in New Issue
Block a user