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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { IToken } from '@model/other'
|
||||
import { ICart, IOrderCart, IShareWithUs } from '@src/model/Products'
|
||||
import { IGallery, IImgGallery } from '@model/GlobalStore'
|
||||
import { ICircuit, ICircuitList, IGallery, IImgGallery } from '@model/GlobalStore'
|
||||
|
||||
const enum ESexType {
|
||||
None = 0,
|
||||
@@ -30,6 +30,7 @@ export interface IMyGroup {
|
||||
username_who_block?: string
|
||||
date_blocked?: Date
|
||||
createdBy?: string
|
||||
circuits_list?: ICircuitList[]
|
||||
}
|
||||
|
||||
export interface ICalcStat {
|
||||
|
||||
Reference in New Issue
Block a user