This commit is contained in:
Surya Paolo
2023-12-11 16:51:51 +01:00
parent 1ce6d765ee
commit 4ac6cacf19
7 changed files with 154 additions and 111 deletions

View File

@@ -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,