update 15/01
This commit is contained in:
12
src/types/product.ts
Normal file
12
src/types/product.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// src/types/deal.ts
|
||||
export type ProductItemProps = {
|
||||
price: number;
|
||||
quantity: number;
|
||||
productUrl: string;
|
||||
productImage: string;
|
||||
productName: string;
|
||||
marketPrice : number;
|
||||
specialOffer : string;
|
||||
warranty: string;
|
||||
productSummary: string;
|
||||
};
|
||||
Reference in New Issue
Block a user