Mutual friends on friendsList

This commit is contained in:
Natsumi
2025-11-20 16:30:26 +11:00
parent b0621c04b8
commit 506b709a21
7 changed files with 82 additions and 4 deletions

View File

@@ -55,6 +55,7 @@ export interface VrcxUser extends GetUserResponse {
$joinCount: number;
$timeSpent: number;
$lastSeen: string;
$mutualCount: number;
$nickName: string;
$previousLocation: string;
$customTag: string;