- Add to Friends
- remove from Friend list - Cancel Ask Friend .... OK !
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user