Fix friend code user type

This commit is contained in:
Samuel Elliott
2022-08-13 00:15:01 +01:00
parent 67b6052bf3
commit ca36935f78

View File

@@ -166,7 +166,7 @@ export interface FriendCodeUrl {
export interface FriendCodeUser {
id: number;
nsaId: string;
imageUrl: string;
imageUri: string;
name: string;
extras: {};
}