refac: General/GetFrontInfo 정보 추가

- Global/GetRecentRecord 항목 포함
This commit is contained in:
2023-03-09 02:20:23 +09:00
parent 53569e3f12
commit 6395f73f6a
4 changed files with 148 additions and 62 deletions
+5 -1
View File
@@ -133,7 +133,11 @@ const apiRealPath = {
DieOnPrestart: POST as APICallT<undefined>,
BuildNationCandidate: POST as APICallT<undefined>,
GetCommandTable: GET as APICallT<undefined, CommandTableResponse>,
GetFrontInfo: GET as APICallT<undefined, GetFrontInfoResponse>,
GetFrontInfo: GET as APICallT<{
lastNationNoticeDate?: string,
lastGeneralRecordID?: number,
lastWorldHistoryID?: number,
}, GetFrontInfoResponse>,
},
Global: {
GeneralList: GET as APICallT<undefined, GeneralListResponse>,