Add Movement !

This commit is contained in:
Paolo Arena
2022-09-03 13:06:35 +02:00
parent 037ce99485
commit 0332059c8f
20 changed files with 447 additions and 19 deletions

View File

@@ -105,6 +105,7 @@ export interface IUserProfile {
asked_circuits: any[]
refused_circuits: any[]
manage_mycircuits: ICircuit[]
useraccounts: IAccount[]
}
export interface IPaymentType {