FILTRO CITTA Sopra ogni pagina !
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user