mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: sending friend request
This commit is contained in:
parent
ef0699dbea
commit
a81b016500
8 changed files with 78 additions and 22 deletions
|
@ -278,7 +278,7 @@ export interface UserFriend {
|
|||
}
|
||||
|
||||
export interface FriendRequest {
|
||||
userId: string;
|
||||
id: string;
|
||||
displayName: string;
|
||||
profileImageUrl: string | null;
|
||||
type: "SENT" | "RECEIVED";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue