mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
feat: pending requests on modal
This commit is contained in:
@@ -277,7 +277,11 @@ export interface UserFriend {
|
||||
|
||||
export interface PendingFriendRequest {
|
||||
AId: string;
|
||||
ADisplayName: string;
|
||||
AProfileImageUrl: string | null;
|
||||
BId: string;
|
||||
BDisplayName: string;
|
||||
BProfileImageUrl: string | null;
|
||||
}
|
||||
|
||||
export interface UserProfile {
|
||||
|
||||
Reference in New Issue
Block a user