aggiornato prodotti e scontistica
This commit is contained in:
@@ -42,6 +42,7 @@ export interface IProduct {
|
||||
QuantitaPrenotateInAttesa?: number,
|
||||
stockQty: number,
|
||||
minBuyQty: number,
|
||||
minStepQty?: number,
|
||||
maxBookableQty: number,
|
||||
bookableQty: number,
|
||||
canBeShipped?: boolean,
|
||||
@@ -115,6 +116,8 @@ export interface ICatProd {
|
||||
_id?: any
|
||||
name: string,
|
||||
img?: string,
|
||||
icon?: string,
|
||||
color?: string,
|
||||
}
|
||||
|
||||
export interface IStorehouse {
|
||||
|
||||
@@ -112,6 +112,7 @@ export interface IUserProfile {
|
||||
teleg_checkcode?: number
|
||||
paymenttypes?: IPaymentType[]
|
||||
manage_telegram?: boolean
|
||||
admin_telegram?: boolean
|
||||
resplist?: any
|
||||
workerslist?: any
|
||||
dateofbirth?: Date|null
|
||||
|
||||
Reference in New Issue
Block a user