AITools prime cose
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { IAction } from '@src/model/Projects'
|
||||
import { IFriends, IGroupShort, IMyGroup, IPaymentType } from '@src/model/UserStore'
|
||||
import {
|
||||
IDepartment, IProducer, IShareWithUs, IStorehouse, IProductInfo, IProvider, IScontistica, ICategory, IGasordine, ICatProd, ISubCatProd
|
||||
IDepartment, IQueryAI, IProducer, IShareWithUs, IStorehouse, IProductInfo, IProvider, IScontistica, ICategory, IGasordine, ICatProd, ISubCatProd, ICatAI
|
||||
} from '@src/model/Products'
|
||||
|
||||
import { IUserFields, IUserProfile } from '@src/model/UserStore'
|
||||
@@ -240,6 +240,7 @@ export interface IConfPages {
|
||||
showConnected: boolean
|
||||
bookingEvents: boolean
|
||||
enableEcommerce: boolean
|
||||
enableAI: boolean
|
||||
enableGroups: boolean
|
||||
enableCircuits: boolean
|
||||
enableProj: boolean
|
||||
@@ -475,6 +476,8 @@ export interface IGlobalState {
|
||||
sectors: ISector[],
|
||||
sectorgoods: ISectorGood[],
|
||||
catgrps: ICatGrp[],
|
||||
catAI: ICatAI[],
|
||||
queryAIList: IQueryAI[],
|
||||
provinces: IProvince[],
|
||||
datastat?: INotData
|
||||
site: ISites,
|
||||
|
||||
Reference in New Issue
Block a user