update quasar

This commit is contained in:
Surya Paolo
2023-09-28 17:12:59 +02:00
parent 2b359d5260
commit bfceb64811
24 changed files with 4109 additions and 4594 deletions

View File

@@ -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