update 16/01
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
// 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;
|
||||
productId : number;
|
||||
price : number;
|
||||
marketPrice : number;
|
||||
quantity : number;
|
||||
productUrl : string;
|
||||
productName : string;
|
||||
warranty : string;
|
||||
productSummary : string;
|
||||
productImage : any;
|
||||
specialOffer : any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user