lista ordini aggiornata

This commit is contained in:
Surya Paolo
2023-12-15 23:36:48 +01:00
parent 8399df8663
commit 176ca7fe20
13 changed files with 201 additions and 24 deletions

View File

@@ -284,6 +284,10 @@ export interface IPolicy {
country: string
}
export interface IECommSettings {
enablePreOrders: boolean
}
export interface ISites {
_id?: string
attiva?: boolean
@@ -310,6 +314,7 @@ export interface ISites {
keywords?: string
contacts?: IContacts
confpages: IConfPages
ecomm?: IECommSettings
}
export interface INewsToSent {