misc: Global/GetRecentRecord 잠금

This commit is contained in:
2023-03-09 02:20:23 +09:00
parent ab885138c0
commit 53569e3f12
2 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -155,10 +155,10 @@ const apiRealPath = {
}, ExecuteResponse, InvalidResponse & {
reqRefresh?: boolean
}>,
GetRecentRecord: GET as APICallT<{
/*GetRecentRecord: GET as APICallT<{
lastGeneralRecordID: number;
lastWorldHistoryID: number;
} | undefined, GetRecentRecordResponse>,
} | undefined, GetRecentRecordResponse>,*/
GetGlobalMenu: GET as APICallT<undefined, GetMenuResponse>,
},
InheritAction: {