chore: build

This commit is contained in:
2026-05-16 12:16:29 +02:00
parent f00b3a981d
commit 16792094e3
4 changed files with 27 additions and 22 deletions
+2
View File
@@ -86,6 +86,8 @@ export interface ProductStat {
quantity: number;
order_count: number;
revenue: number;
category: string;
category_color: string;
}
export interface AdminStats {