mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 12:43:46 +02:00
refactor: add type definitions for API responses
This commit is contained in:
@@ -92,6 +92,11 @@ const friendReq = {
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {any} params
|
||||
* @param {string} userId
|
||||
* @returns {Promise<{json: any, params: any, userId: string}>}
|
||||
*/
|
||||
deleteHiddenFriendRequest(params, userId) {
|
||||
return request(`user/${userId}/friendRequest`, {
|
||||
method: 'DELETE',
|
||||
|
||||
Reference in New Issue
Block a user