Use recent data for purchase hour pattern
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m29s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m29s
This commit is contained in:
@@ -168,6 +168,8 @@ export interface ClientFilterOptions {
|
||||
}
|
||||
|
||||
export interface ClientPurchasePatternAnalytics {
|
||||
weekdayRangeLabel?: string;
|
||||
hourRangeLabel?: string;
|
||||
purchaseWeekdays: Array<{
|
||||
label: string;
|
||||
value: number;
|
||||
|
||||
Reference in New Issue
Block a user