update quasar
This commit is contained in:
@@ -38,7 +38,7 @@ export interface INotData {
|
||||
receiveRislist?: IUserFields[]
|
||||
receiveRislistgroup?: IMyGroup[]
|
||||
strettelist?: IUserFields[]
|
||||
checkuser?: ICheckUser | any
|
||||
checkuser?: any // ICheckUser
|
||||
numreg_untilday?: number
|
||||
reg_daily?: string
|
||||
imbarcati_daily?: string
|
||||
@@ -588,7 +588,7 @@ export interface ITimeLineEntry {
|
||||
}
|
||||
|
||||
export interface ITimeLineMain {
|
||||
titlemain: IAllLang | any
|
||||
titlemain: any
|
||||
body: ITimeLineEntry[]
|
||||
}
|
||||
|
||||
@@ -621,9 +621,9 @@ export interface IGallery {
|
||||
}
|
||||
|
||||
export interface IColl {
|
||||
title: IAllLang | any
|
||||
title: any // IAllLang
|
||||
date?: string
|
||||
subtitle?: IAllLang | any
|
||||
subtitle?: any //IAllLang
|
||||
img: string
|
||||
img2?: string
|
||||
linkagg?: string
|
||||
@@ -635,7 +635,7 @@ export interface IColl {
|
||||
}
|
||||
|
||||
export interface ICollaborations {
|
||||
withwhom_title: IAllLang | any
|
||||
withwhom_title: any
|
||||
list: IColl[]
|
||||
}
|
||||
|
||||
@@ -827,7 +827,7 @@ export interface IDataToSet {
|
||||
table?: string
|
||||
fieldsvalue?: any
|
||||
unset?: any,
|
||||
notifBot?: any | null
|
||||
notifBot?: any
|
||||
tipomsg?: number
|
||||
invitante_username?: string
|
||||
ind_order?: any
|
||||
|
||||
Reference in New Issue
Block a user