- creato editor di Pagine (iniziato)
- fix: mancano i "t," su alcuni componenti...
This commit is contained in:
@@ -380,7 +380,7 @@ export interface ISites {
|
||||
description?: string
|
||||
keywords?: string
|
||||
contacts?: IContacts
|
||||
confpages: IConfPages
|
||||
confpages?: IConfPages
|
||||
ecomm?: IECommSettings
|
||||
idMyGroup?: string
|
||||
}
|
||||
|
||||
@@ -393,12 +393,14 @@ export interface ICart {
|
||||
idapp?: string
|
||||
userId?: string
|
||||
totalQty?: number
|
||||
totalPriceIntero?: number
|
||||
totalPrice?: number
|
||||
totalPriceCalc?: number
|
||||
department?: string
|
||||
items?: IBaseOrder[]
|
||||
note?: string
|
||||
modify_at?: Date
|
||||
codice_sconto?: string
|
||||
}
|
||||
|
||||
export interface ISingleProductOrdered {
|
||||
|
||||
Reference in New Issue
Block a user