wip: 개인 전략 폼

This commit is contained in:
2023-12-25 09:49:08 +00:00
parent 85dc5347c5
commit eb36e7ccf4
8 changed files with 655 additions and 5 deletions
+5
View File
@@ -117,6 +117,10 @@ const apiRealPath = {
}[],
ReserveBulkCommandResponse
>,
ReserveUserAction: PUT as APICallT<{
turnIdx: number;
action: string;
}>
},
General: {
Join: POST as APICallT<JoinArgs>,
@@ -134,6 +138,7 @@ const apiRealPath = {
InstantRetreat: POST as APICallT<undefined>,
BuildNationCandidate: POST as APICallT<undefined>,
GetCommandTable: GET as APICallT<undefined, CommandTableResponse>,
GetUserActionCommandTable: GET as APICallT<undefined, CommandTableResponse>,
GetFrontInfo: GET as APICallT<{
lastNationNoticeDate?: string,
lastGeneralRecordID?: number,