InfiniteScroll

Circuits
This commit is contained in:
paoloar77
2022-08-17 00:36:30 +02:00
parent c93361dfa2
commit 8a41aff739
13 changed files with 147 additions and 74 deletions

View File

@@ -883,12 +883,17 @@ export interface IMyHosp extends IMyMain {
date_updated?: Date,
}
export interface ICircuitList {
Num: number,
inscription_date?: Date
}
export interface ICircuit {
_id: number
groupnameId: string
name: string
subname: string
descr: string
longdescr: string
systemUserDescr: string
systemUserId: string
founderUserId: string