Update analytics-service.ts
This commit is contained in:
@@ -74,16 +74,6 @@ export interface OrderAnalytics {
|
|||||||
_id: string;
|
_id: string;
|
||||||
count: number;
|
count: number;
|
||||||
}>;
|
}>;
|
||||||
dailyOrders: Array<{
|
|
||||||
_id: {
|
|
||||||
year: number;
|
|
||||||
month: number;
|
|
||||||
day: number;
|
|
||||||
};
|
|
||||||
orders: number;
|
|
||||||
revenue: number;
|
|
||||||
}>;
|
|
||||||
averageProcessingDays: number;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Analytics Service Functions
|
// Analytics Service Functions
|
||||||
|
|||||||
Reference in New Issue
Block a user