mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: create use details functions
This commit is contained in:
parent
09d0e5b4ef
commit
ec16efed2f
9 changed files with 53 additions and 16 deletions
|
@ -170,6 +170,10 @@ export interface UserBlocks {
|
|||
blocks: UserFriend[];
|
||||
}
|
||||
|
||||
export interface FriendRequestSync {
|
||||
friendRequestCount: number;
|
||||
}
|
||||
|
||||
export interface FriendRequest {
|
||||
id: string;
|
||||
displayName: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue