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
+1
View File
@@ -103,6 +103,7 @@ export type AutorunUserMode = "develop" | "warp" | "recruit" | "recruit_high" |
export type GetFrontInfoResponse = {
result: true;
recentRecord: Omit<GetRecentRecordResponse, "result">;
global: {
scenarioText: string;
extendedGeneral: 1 | 0;