Product images
This commit is contained in:
@@ -6,6 +6,7 @@ export class ProductModel {
|
||||
price: number = 0
|
||||
discount: number = 0
|
||||
rating: number = 1
|
||||
imageUrl: string = ""
|
||||
createdAt: string = ""
|
||||
updatedAt: string = ""
|
||||
}
|
||||
Reference in New Issue
Block a user