chore: build
This commit is contained in:
@@ -172,12 +172,10 @@ export const resetAdminStats = async (
|
||||
);
|
||||
return data;
|
||||
};
|
||||
// ============================================
|
||||
// STATISTIQUES MENSUELLES (jour par jour)
|
||||
// ============================================
|
||||
|
||||
export interface MonthlyDayStat {
|
||||
day: string; // "2026-06-05"
|
||||
label: string; // "05/06"
|
||||
day: string;
|
||||
label: string;
|
||||
count: number;
|
||||
revenue: number;
|
||||
quantity: number;
|
||||
|
||||
Reference in New Issue
Block a user