mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-08-19 17:16:48 -05:00
Fix friend code user type
This commit is contained in:
@@ -166,7 +166,7 @@ export interface FriendCodeUrl {
|
||||
export interface FriendCodeUser {
|
||||
id: number;
|
||||
nsaId: string;
|
||||
imageUrl: string;
|
||||
imageUri: string;
|
||||
name: string;
|
||||
extras: {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user