- Aggiunta della funzione Cron
- Flag: Pubblicati OnLine + Solo CagalogoGenerale + Dettagli
This commit is contained in:
@@ -133,6 +133,16 @@ export interface IMyBot {
|
||||
date_updated?: Date
|
||||
}
|
||||
|
||||
export interface IListaCron {
|
||||
active?: boolean
|
||||
descr?: string
|
||||
nomeFunzioneDbOp?: string
|
||||
startTime?: string
|
||||
everyXMinutes?: number
|
||||
lastJobEnd?: Date
|
||||
log?: string
|
||||
}
|
||||
|
||||
export interface IMyElem {
|
||||
_id?: string
|
||||
type?: number
|
||||
@@ -500,6 +510,7 @@ export interface IGlobalState {
|
||||
gallery: IGallery[],
|
||||
mypage: IMyPage[],
|
||||
myelems: IMyElem[],
|
||||
lista_cron: IListaCron[],
|
||||
myschedas: ISchedaSingola[],
|
||||
templemail: ITemplEmail[],
|
||||
destnewsletter?: IDestNewsletter[],
|
||||
|
||||
Reference in New Issue
Block a user