aa1
This commit is contained in:
@@ -14,8 +14,8 @@ export interface IProduct {
|
||||
after_price?: string,
|
||||
color?: string,
|
||||
size?: string,
|
||||
quantityAvailable?: number,
|
||||
stockQty?: number,
|
||||
quantityAvailable: number,
|
||||
stockQty: number,
|
||||
canBeShipped?: boolean,
|
||||
canBeBuyOnline?: boolean,
|
||||
weight?: number,
|
||||
|
||||
Reference in New Issue
Block a user