- Add to Friends

- remove from Friend list
- Cancel Ask Friend
.... OK !
This commit is contained in:
paoloar77
2022-01-14 23:54:12 +01:00
parent 45993d05c5
commit bf74eb2a03
26 changed files with 1327 additions and 529 deletions

View File

@@ -44,6 +44,11 @@ export interface IUserProfile {
socioresidente?: boolean
consiglio?: boolean
myshares: IShareWithUs[]
friends: any[]
req_friends: string[]
// in memory
asked_friends: any[]
}
export interface IPaymentType {
@@ -51,6 +56,7 @@ export interface IPaymentType {
label: string
}
export interface IUserFields {
_id: string
ind_order?: number