Circuit table...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { IToken } from '@model/other'
|
||||
import { ICart, IOrderCart, IShareWithUs } from '@src/model/Products'
|
||||
import { ICircuit, ICircuitList, IGallery, IImgGallery } from '@model/GlobalStore'
|
||||
import { IAccount, ICircuit, ICircuitList, IGallery, IImgGallery } from '@model/GlobalStore'
|
||||
|
||||
const enum ESexType {
|
||||
None = 0,
|
||||
@@ -100,6 +100,12 @@ export interface IUserProfile {
|
||||
asked_groups: any[]
|
||||
refused_groups: any[]
|
||||
list_usersgroup?: IFriends[]
|
||||
|
||||
asked_circuits: any[]
|
||||
refused_circuits: any[]
|
||||
listUserAccounts: IAccount[]
|
||||
manage_mycircuits?: ICircuit[]
|
||||
|
||||
}
|
||||
|
||||
export interface IPaymentType {
|
||||
|
||||
Reference in New Issue
Block a user