quantità

This commit is contained in:
Surya Paolo
2023-11-30 15:43:32 +01:00
parent 19b5b3ea11
commit f7656c8379
8 changed files with 62 additions and 32 deletions

View File

@@ -41,7 +41,7 @@ export interface IOrder {
after_price?: string
color?: string
size?: string
quantity?: number
quantity: number
weight?: number
stars?: number
product?: IProduct