InfiniteScroll
Circuits
This commit is contained in:
@@ -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