[refactor] cleaning users.full_name
This commit is contained in:
parent
c0ef01d4da
commit
cdc4a430cd
@ -18,7 +18,6 @@ export interface IUser {
|
|||||||
subscription_tag: string;
|
subscription_tag: string;
|
||||||
status: 'pending' | 'verified' | 'disabled';
|
status: 'pending' | 'verified' | 'disabled';
|
||||||
features: string | null;
|
features: string | null;
|
||||||
fullName: string | null;
|
|
||||||
countryCode: string | null;
|
countryCode: string | null;
|
||||||
imageMd5: string;
|
imageMd5: string;
|
||||||
ogRank: number | null;
|
ogRank: number | null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user