mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 00:33:50 +02:00
refactor: add type definitions for API responses
This commit is contained in:
@@ -53,6 +53,9 @@ const loginReq = {
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* @returns {Promise<{json: any}>}
|
||||
*/
|
||||
getConfig() {
|
||||
return request('config', {
|
||||
method: 'GET'
|
||||
|
||||
Reference in New Issue
Block a user