Circuit table...

This commit is contained in:
paoloar77
2022-08-26 03:32:50 +02:00
parent ed6abf2b07
commit a3c904c2ac
39 changed files with 2012 additions and 77 deletions

View File

@@ -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 {