InfiniteScroll 3
fix user list send telegram text invited show in profile
This commit is contained in:
@@ -107,6 +107,11 @@ export interface IPaymentType {
|
||||
label: string
|
||||
}
|
||||
|
||||
export interface IUserAport {
|
||||
username: string
|
||||
profile?: IUserProfile
|
||||
}
|
||||
|
||||
|
||||
export interface IUserFields {
|
||||
_id: string
|
||||
@@ -126,6 +131,7 @@ export interface IUserFields {
|
||||
notask_verif?: boolean
|
||||
trust_modified?: Date
|
||||
aportador_solidario?: string
|
||||
useraport?: IUserAport
|
||||
|
||||
made_gift?: boolean
|
||||
tokens?: IToken[]
|
||||
|
||||
Reference in New Issue
Block a user