Circuit go on...
This commit is contained in:
@@ -894,6 +894,7 @@ export interface ICircuit {
|
||||
_id: number
|
||||
groupnameId: string
|
||||
name: string
|
||||
path: string
|
||||
subname: string
|
||||
longdescr: string
|
||||
systemUserDescr: string
|
||||
|
||||
@@ -105,7 +105,6 @@ export interface IUserProfile {
|
||||
refused_circuits: any[]
|
||||
listUserAccounts: IAccount[]
|
||||
manage_mycircuits?: ICircuit[]
|
||||
|
||||
}
|
||||
|
||||
export interface IPaymentType {
|
||||
@@ -118,7 +117,6 @@ export interface IUserAport {
|
||||
profile?: IUserProfile
|
||||
}
|
||||
|
||||
|
||||
export interface IUserFields {
|
||||
_id: string
|
||||
ind_order?: number
|
||||
|
||||
Reference in New Issue
Block a user