Improve product analytics UI
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m48s

This commit is contained in:
Cauê Faleiros
2026-07-01 10:57:33 -03:00
parent a26bc8813e
commit f5e2de9a35
6 changed files with 417 additions and 76 deletions

View File

@@ -8,6 +8,8 @@ export interface ProductSummary {
revenue: number;
lastPrice: number;
stock: number;
firstSaleDate?: string | null;
lastSaleDate?: string | null;
}
export interface ProductDetailsMetrics {