This commit is contained in:
NotII
2025-06-30 14:54:13 +01:00
parent ad108298a6
commit 356da4606d
5 changed files with 82 additions and 36 deletions

View File

@@ -63,6 +63,8 @@ export interface CustomerInsights {
averageOrderValue: number;
firstOrder: string;
lastOrder: string;
displayName?: string;
username?: string;
}>;
averageOrdersPerCustomer: string;
}