InfiniteScroll
Circuits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user