code quality
This commit is contained in:
@@ -55,13 +55,13 @@ export interface ProfileViewData extends ViewData {
|
||||
icon: 'trophy' | 'medal' | 'star' | 'crown' | 'target' | 'zap';
|
||||
rarityLabel: string;
|
||||
}>;
|
||||
friends: Array<{
|
||||
friends?: Array<{
|
||||
id: string;
|
||||
name: string;
|
||||
countryFlag: string;
|
||||
avatarUrl: string;
|
||||
href: string;
|
||||
}>;
|
||||
friendsCountLabel: string;
|
||||
friendsCountLabel?: string;
|
||||
} | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user