mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: pending requests on modal
This commit is contained in:
parent
6ccbff0160
commit
6cc8e8f5fe
5 changed files with 244 additions and 55 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue