Add to the Circuit

Remove to the Circuit
Revoke request
Users Admins
This commit is contained in:
paoloar77
2022-09-02 02:25:17 +02:00
parent 1f414e19ea
commit 037ce99485
27 changed files with 438 additions and 206 deletions

View File

@@ -889,6 +889,11 @@ export interface ICircuitList {
inscription_date?: Date
}
export interface IMyCircuit {
_id: number
circuitname: string
date: Date
}
export interface ICircuit {
_id: number
@@ -899,7 +904,6 @@ export interface ICircuit {
longdescr: string
systemUserDescr: string
systemUserId: string
founderUserId: string
totCircolante?: number
totTransato?: number
nome_valuta: string