FILTRO CITTA Sopra ogni pagina !

This commit is contained in:
Surya Paolo
2022-12-01 16:55:22 +01:00
parent 9010c0ff37
commit bf1e9fc982
26 changed files with 900 additions and 74 deletions

View File

@@ -373,6 +373,10 @@ export interface ICircuitState {
listcircuits: ICircuit[]
}
export interface ISelector {
data: object
table: string
}
export interface IGlobalState {
finishLoading: boolean
conta: number
@@ -444,6 +448,7 @@ export interface IGlobalState {
mygroups: IMyGroup[],
selElem?: IMyElem,
editOn?: boolean,
myselector: ISelector,
}
export interface IMenuList {