Circuits OK
Accounts Ok Movements OK
This commit is contained in:
@@ -911,7 +911,7 @@ export interface ISendCoin {
|
||||
}
|
||||
|
||||
export interface ICircuit {
|
||||
_id: number
|
||||
_id: string
|
||||
groupnameId: string
|
||||
name: string
|
||||
path: string
|
||||
@@ -949,6 +949,7 @@ export interface ICircuit {
|
||||
}
|
||||
|
||||
export interface IMovement {
|
||||
_id: string
|
||||
transactionDate: Date
|
||||
accountFromId: string
|
||||
accountToId: string
|
||||
@@ -972,7 +973,7 @@ export interface IMovVisu {
|
||||
|
||||
export interface IAccount {
|
||||
username: string
|
||||
circuitId: number
|
||||
circuitId: string
|
||||
circuit: ICircuit[]
|
||||
name: string
|
||||
deperibile: boolean
|
||||
|
||||
Reference in New Issue
Block a user