- menu BOT

- verified_by_aportador
This commit is contained in:
paoloar77
2021-12-29 18:26:41 +01:00
parent f29c9e0413
commit 664b469d99
30 changed files with 505 additions and 60 deletions

View File

@@ -2,6 +2,7 @@ import { IUserFields, IUserProfile } from '@src/model/UserStore'
export interface ICheckUser {
verified_email?: boolean
verified_by_aportador?: boolean
teleg_id?: number
profile?: IUserProfile
}