Nuovo Sistema di registrazione, Completato.

This commit is contained in:
Paolo Arena
2022-05-05 00:38:26 +02:00
parent dafee01e20
commit b01de2d003
10 changed files with 117 additions and 26 deletions

View File

@@ -147,6 +147,10 @@ export interface IMyPage {
internalpage?: boolean
}
export interface IOption {
options: number
}
export interface ISites {
_id?: string
attiva?: boolean
@@ -166,6 +170,7 @@ export interface ISites {
telegram_key_test?: string
telegram_bot_name_test?: string
pathreg_add?: string
confsite: IOption
}
export interface INewsToSent {
@@ -304,6 +309,7 @@ export interface IGlobalState {
catgrps: ICatGrp[],
provinces: IProvince[],
datastat?: INotData
site?: ISites,
}
export interface IMenuList {