Improve product analytics UI
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m48s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m48s
This commit is contained in:
@@ -8,6 +8,8 @@ export interface ProductSummary {
|
||||
revenue: number;
|
||||
lastPrice: number;
|
||||
stock: number;
|
||||
firstSaleDate?: string | null;
|
||||
lastSaleDate?: string | null;
|
||||
}
|
||||
|
||||
export interface ProductDetailsMetrics {
|
||||
|
||||
Reference in New Issue
Block a user