[refactor] cleaning users.full_name

This commit is contained in:
nymkappa
2024-10-31 09:52:34 +01:00
parent c0ef01d4da
commit cdc4a430cd

View File

@@ -18,7 +18,6 @@ export interface IUser {
subscription_tag: string;
status: 'pending' | 'verified' | 'disabled';
features: string | null;
fullName: string | null;
countryCode: string | null;
imageMd5: string;
ogRank: number | null;