Add full pagination controls
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 53s
This commit is contained in:
@@ -8,8 +8,6 @@ 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